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 fdf204d commit 64d202dCopy full SHA for 64d202d
1 file changed
.github/workflows/chromatic.yml
@@ -23,7 +23,8 @@ jobs:
23
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
24
with:
25
fetch-depth: 0
26
- ref: ${{ github.event.pull_request.head.ref || github.ref }}
+ repository: ${{ github.event.pull_request.head.repo.full_name || github.repository }}
27
+ ref: ${{ github.event.pull_request.head.sha || github.sha }}
28
29
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
30
0 commit comments