Skip to content

Commit

Permalink
change ref for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
alifeee committed Aug 26, 2024
1 parent 190d7dd commit ea29d1c
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: "${{ github.event.pull_request.merge_commit_sha }}"
ref: ${{ github.event.pull_request.base.ref }}
environment: dev
auto_merge: false
required_contexts: "[]"
Expand Down

0 comments on commit ea29d1c

Please sign in to comment.