Skip to content

Commit

Permalink
Fix commit hash really this time
Browse files Browse the repository at this point in the history
We're not in pull_request-context, of course.
  • Loading branch information
iluuu1994 committed Apr 14, 2023
1 parent a0476fd commit f4ede23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ jobs:
if git diff --cached --quiet; then
exit 0
fi
git commit -m "Add result for ${{ github.repository }}@${{ github.event.pull_request.head.sha }}"
git commit -m "Add result for ${{ github.repository }}@${{ github.sha }}"
git push
- name: Show diff
if: github.event_name == 'pull_request'
Expand Down

0 comments on commit f4ede23

Please sign in to comment.