Skip to content

Commit

Permalink
ci: Add ci bot as committer and fix typo in dry-run config
Browse files Browse the repository at this point in the history
Signed-off-by: feast-ci-bot <[email protected]>
Signed-off-by: Achal Shah <[email protected]>
  • Loading branch information
feast-ci-bot authored and achals committed Mar 8, 2022
1 parent 53b8f90 commit df7a43e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ github.event.inputs.token }}
GIT_AUTHOR_NAME: feast-ci-bot
GIT_AUTHOR_EMAIL: [email protected]
GIT_COMMITTER_NAME: feast-ci-bot
GIT_COMMITTER_EMAIL: [email protected]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit df7a43e

Please sign in to comment.