We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6df718f + 94a3fd8 commit fb0443dCopy full SHA for fb0443d
.github/workflows/generate_preview_link.yml
@@ -29,12 +29,12 @@ jobs:
29
uses: "deriv-com/shared-actions/.github/actions/post_preview_build_comment@v1"
30
with:
31
issue_number: ${{github.event.number}}
32
- head_sha: ${{github.event.workflow_run.head_sha}}
+ head_sha: ${{github.event.pull_request.head.sha}}
33
34
- name: Checkout
35
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
36
37
- ref: ${{ github.event.workflow_run.head_sha }}
+ ref: ${{github.event.pull_request.head.sha}}
38
39
- name: Setup Node
40
uses: actions/setup-node@f1f314fca9dfce2769ece7d933488f076716723e
0 commit comments