We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e89f7de commit fe8494cCopy full SHA for fe8494c
1 file changed
.github/workflows/preview-pr.yaml
@@ -13,6 +13,8 @@ jobs:
13
steps:
14
- name: Checkout
15
uses: actions/checkout@v3
16
+ with:
17
+ ref: ${{ github.event.pull_request.head.sha }}
18
- name: Setup Ruby
19
uses: ruby/setup-ruby@v1
20
with:
0 commit comments