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.
2 parents 4552495 + 923aed1 commit 5c58306Copy full SHA for 5c58306
.github/workflows/deploy-preview.yml
@@ -58,6 +58,8 @@ jobs:
58
steps:
59
- name: Check out repository
60
uses: actions/checkout@v4
61
+ with:
62
+ ref: refs/pull/${{ github.event.pull_request.number || github.event.issue.number }}/merge
63
64
- name: Set up Quarto
65
uses: quarto-dev/quarto-actions/setup@v2
0 commit comments