Skip to content

Commit

Permalink
Update mergeIntoSandbox.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lmueller27 committed Jul 9, 2023
1 parent b2c5a0c commit df4e0aa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/mergeIntoSandbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ jobs:
- uses: actions/checkout@v3
with:
ref: sandbox
- name: Set Git config
run: |
git config --local user.email "[email protected]"
git config --local user.name "Github Actions"
- name: Merge main to sandbox
run: |
git fetch --unshallow
Expand Down

0 comments on commit df4e0aa

Please sign in to comment.