Skip to content

Commit

Permalink
change ref of deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
alifeee committed Aug 26, 2024
1 parent 86b6b68 commit 190d7dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
with:
route: POST /repos/:repository/deployments
repository: ${{ github.repository }}
ref: ${{ fromJson(steps.get_pull_request_ref.outputs.data).head.ref }}
ref: "${{ github.event.pull_request.merge_commit_sha }}"
environment: dev
auto_merge: false
required_contexts: "[]"
Expand Down

0 comments on commit 190d7dd

Please sign in to comment.