Skip to content

Commit 8174b1c

Browse files
committed
Use sha not ref in commit
1 parent 0e16387 commit 8174b1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
working-directory: project-repo
5858
run: |
5959
git add .
60-
git commit -m "Update flex to ${{ github.ref }}" || echo "No changes to commit"
60+
git commit -m "Update flex to ${{ github.sha }}" || echo "No changes to commit"
6161
6262
- name: Push changes to project repo
6363
working-directory: project-repo

0 commit comments

Comments
 (0)