We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e16387 commit 8174b1cCopy full SHA for 8174b1c
1 file changed
.github/workflows/cd.yml
@@ -57,7 +57,7 @@ jobs:
57
working-directory: project-repo
58
run: |
59
git add .
60
- git commit -m "Update flex to ${{ github.ref }}" || echo "No changes to commit"
+ git commit -m "Update flex to ${{ github.sha }}" || echo "No changes to commit"
61
62
- name: Push changes to project repo
63
0 commit comments