Skip to content

Commit 978643e

Browse files
committed
ci: Add ci bot as committer and fix typo in dry-run config
Signed-off-by: feast-ci-bot <feast-ci-bot@willem.co>
1 parent 04788c1 commit 978643e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
dry_run:
77
description: 'Dry Run'
88
required: true
9-
default: 'true'
9+
default: true
1010
type: boolean
1111
token:
1212
description: 'Personal Access Token'
@@ -20,6 +20,10 @@ jobs:
2020
runs-on: ubuntu-latest
2121
env:
2222
GITHUB_TOKEN: ${{ github.event.inputs.token }}
23+
GIT_AUTHOR_NAME: feast-ci-bot
24+
GIT_AUTHOR_EMAIL: feast-ci-bot@willem.co
25+
GIT_COMMITTER_NAME: feast-ci-bot
26+
GIT_COMMITTER_EMAIL: feast-ci-bot@willem.co
2327
steps:
2428
- name: Checkout
2529
uses: actions/checkout@v2

0 commit comments

Comments
 (0)