Skip to content

Commit 6649296

Browse files
authored
Add git config for bump action (wpilibsuite#819)
1 parent 88b7e76 commit 6649296

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/bump.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,7 @@ jobs:
1919
- name: Tag and push
2020
shell: bash
2121
run: |
22+
git config user.name github-actions
23+
git config user.email github-actions@github.com
2224
git tag -a -f ${{ github.event.client_payload.package_version }} -m "${{ github.event.client_payload.package_version }}"
2325
git push -f origin ${{ github.event.client_payload.package_version }}

0 commit comments

Comments
 (0)