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 87b6670 commit 97838f0Copy full SHA for 97838f0
.github/workflows/screenshots.yml
@@ -15,7 +15,8 @@ jobs:
15
16
env:
17
PERCY_PARALLEL_NONCE: ${{ github.run_id }}-${{ github.run_attempt }}
18
- PERCY_TARGET_BRANCH: ${{ github.base_ref }}
+ PERCY_TARGET_BRANCH: ${{ github.event.pull_request.base.ref }}
19
+ PERCY_TARGET_COMMIT: ${{ github.event.pull_request.base.sha }}
20
PERCY_TOKEN: ${{ secrets.PERCY_TOKEN }}
21
22
# Skip when secrets are unavailable on forks
0 commit comments