Skip to content

Commit

Permalink
Add email and username to the upsert script
Browse files Browse the repository at this point in the history
  • Loading branch information
Thanh committed Feb 27, 2024
1 parent 8a0e6bc commit ff722fc
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,7 @@ jobs:
fetch-depth: 0
- name: Rebase `scala-steward-dependencies` branch to latest `origin/master`
run: |
git config user.email [email protected]
git config user.name tna-digital-archiving-jenkins
git rebase origin/master
git push -f -u origin scala-steward-dependencies

0 comments on commit ff722fc

Please sign in to comment.