Skip to content

Commit

Permalink
Merge pull request #1082 from nationalarchives/Add_email_and_username…
Browse files Browse the repository at this point in the history
…_to_upsert_script

Add email and username to the upsert script
  • Loading branch information
thanhz authored Feb 27, 2024
2 parents ff809d4 + f659399 commit 7397d06
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 7397d06

Please sign in to comment.