We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0476fd commit f4ede23Copy full SHA for f4ede23
.github/workflows/push.yml
@@ -299,7 +299,7 @@ jobs:
299
if git diff --cached --quiet; then
300
exit 0
301
fi
302
- git commit -m "Add result for ${{ github.repository }}@${{ github.event.pull_request.head.sha }}"
+ git commit -m "Add result for ${{ github.repository }}@${{ github.sha }}"
303
git push
304
- name: Show diff
305
if: github.event_name == 'pull_request'
0 commit comments