Skip to content

Commit f4ede23

Browse files
committed
Fix commit hash really this time
We're not in pull_request-context, of course.
1 parent a0476fd commit f4ede23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ jobs:
299299
if git diff --cached --quiet; then
300300
exit 0
301301
fi
302-
git commit -m "Add result for ${{ github.repository }}@${{ github.event.pull_request.head.sha }}"
302+
git commit -m "Add result for ${{ github.repository }}@${{ github.sha }}"
303303
git push
304304
- name: Show diff
305305
if: github.event_name == 'pull_request'

0 commit comments

Comments
 (0)