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.
1 parent bc3186a commit ba2bcd0Copy full SHA for ba2bcd0
.github/workflows/cloudflare-preview.yml
@@ -30,7 +30,7 @@ jobs:
30
if: ${{ github.event_name == 'workflow_dispatch' }}
31
uses: actions/checkout@v4
32
with:
33
- ref: ${{ github.event.pull_request.head.ref }}
+ ref: ${{ github.sha }}
34
repository: ${{ github.event.pull_request.head.repo.full_name }}
35
36
- name: Setup Ruby
0 commit comments