Skip to content

Commit d13fbe1

Browse files
committed
ci: add debug info to deploy step
1 parent 8aac010 commit d13fbe1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,13 @@ jobs:
3535
run-id: ${{ github.event.workflow_run.id }}
3636
github-token: ${{ github.token }}
3737

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+
3845
- name: Deploy to IPFS
3946
uses: ipfs/ipfs-deploy-action@b491fdc2b1ca70a9b11b1a26dd4d36210c46653f # ipfs-deploy-action/pull/37
4047
id: deploy

0 commit comments

Comments
 (0)