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 86b6b68 commit 190d7ddCopy full SHA for 190d7dd
.github/workflows/pull-request-preview.yml
@@ -51,7 +51,7 @@ jobs:
51
with:
52
route: POST /repos/:repository/deployments
53
repository: ${{ github.repository }}
54
- ref: ${{ fromJson(steps.get_pull_request_ref.outputs.data).head.ref }}
+ ref: "${{ github.event.pull_request.merge_commit_sha }}"
55
environment: dev
56
auto_merge: false
57
required_contexts: "[]"
0 commit comments