Skip to content

Commit

Permalink
use Jenkins commit author
Browse files Browse the repository at this point in the history
  • Loading branch information
rkeytacked committed Aug 26, 2023
1 parent 526075f commit ad72478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-merge-from-dev-to-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ jobs:

- name: Commit formatted changes
run: |
git commit -a --amend --no-edit
git -c "user.name=Jenkins" -c "[email protected]" commit -a --amend --no-edit
git push origin HEAD:main

0 comments on commit ad72478

Please sign in to comment.