Skip to content

Commit

Permalink
wip: print different commits
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgilman committed Feb 1, 2024
1 parent cb59936 commit de04b80
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 @@ -124,6 +124,9 @@ jobs:
BODY="BEGIN-AUTO-DEPLOY-SIGNATURE:${{ steps.sign.outputs.signature }}:END-AUTO-DEPLOY-SIGNATURE"
COMMIT=$(git rev-parse HEAD)
echo "GIT COMMIT: $COMMIT"
echo "GITHUB COMMIT: ${{ github.sha }}"
git config --global user.email "[email protected]"
git config --global user.name "catalyst-cibot"
Expand Down

0 comments on commit de04b80

Please sign in to comment.