Skip to content

Commit ecccff9

Browse files
committed
ci: fix debug step in deploy workflow
1 parent d13fbe1 commit ecccff9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
echo "Event: ${{ github.event_name }}"
4141
echo "SHA: ${{ github.sha }}"
4242
echo "Head SHA: ${{ github.event.pull_request.head.sha }}"
43-
echo "workflow_run.head_sha: ${{ context.payload.workflow_run.head_sha }}"
43+
echo "workflow_run.head_sha: ${{ github.event.workflow_run.head_sha }}"
4444
4545
- name: Deploy to IPFS
4646
uses: ipfs/ipfs-deploy-action@b491fdc2b1ca70a9b11b1a26dd4d36210c46653f # ipfs-deploy-action/pull/37

0 commit comments

Comments
 (0)