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 d13fbe1 commit ecccff9Copy full SHA for ecccff9
.github/workflows/deploy.yml
@@ -40,7 +40,7 @@ jobs:
40
echo "Event: ${{ github.event_name }}"
41
echo "SHA: ${{ github.sha }}"
42
echo "Head SHA: ${{ github.event.pull_request.head.sha }}"
43
- echo "workflow_run.head_sha: ${{ context.payload.workflow_run.head_sha }}"
+ echo "workflow_run.head_sha: ${{ github.event.workflow_run.head_sha }}"
44
45
- name: Deploy to IPFS
46
uses: ipfs/ipfs-deploy-action@b491fdc2b1ca70a9b11b1a26dd4d36210c46653f # ipfs-deploy-action/pull/37
0 commit comments