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 Mar 1, 2024
1 parent 8357e44 commit b2274f5
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 b2274f5

Please sign in to comment.