Skip to content

Commit

Permalink
include commit sha in commit message. #681
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Fenner committed Nov 24, 2020
1 parent 26556d9 commit f0b0339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git add stage/services/client-api/_lupo.auto.tfvars
git commit -m "Adding lupo git variables for commit $(GIT_SHA)"
git commit -m "Adding lupo git variables for commit ${{ steps.set_git_vars.outputs.GIT_SHA }}"
- name: Push changes
uses: ad-m/[email protected]
with:
Expand Down

0 comments on commit f0b0339

Please sign in to comment.