Skip to content

Commit

Permalink
wip: configures git
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgilman committed Feb 1, 2024
1 parent f620331 commit d89bea0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,9 @@ jobs:
run: |
BODY="BEGIN-AUTO-DEPLOY-SIGNATURE:${{ steps.sign.outputs.signature }}:END-AUTO-DEPLOY-SIGNATURE"
git config --global user.email "[email protected]"
git config --global user.name "catalyst-cibot"
git add .
git commit -m "chore: auto-deploy from ${{ github.event.repository.name }}"
git push origin "auto-deploy-${{ github.sha }}"
Expand Down

0 comments on commit d89bea0

Please sign in to comment.