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 8aac010 commit d13fbe1Copy full SHA for d13fbe1
.github/workflows/deploy.yml
@@ -35,6 +35,13 @@ jobs:
35
run-id: ${{ github.event.workflow_run.id }}
36
github-token: ${{ github.token }}
37
38
+ - name: Debug PR context and SHA
39
+ run: |
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 }}"
44
+
45
- name: Deploy to IPFS
46
uses: ipfs/ipfs-deploy-action@b491fdc2b1ca70a9b11b1a26dd4d36210c46653f # ipfs-deploy-action/pull/37
47
id: deploy
0 commit comments