We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c615aed commit 60d9c16Copy full SHA for 60d9c16
.github/workflows/preview.yml
@@ -11,6 +11,8 @@ jobs:
11
steps:
12
- name: Checkout
13
uses: actions/checkout@v4
14
+ with:
15
+ ref: ${{ github.event.pull_request.head.sha }}
16
17
- name: Set up Quarto
18
uses: quarto-dev/quarto-actions/setup@v2
0 commit comments