Skip to content

Commit 97838f0

Browse files
committed
Pin Percy to latest commit on the target branch
1 parent 87b6670 commit 97838f0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/screenshots.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ jobs:
1515

1616
env:
1717
PERCY_PARALLEL_NONCE: ${{ github.run_id }}-${{ github.run_attempt }}
18-
PERCY_TARGET_BRANCH: ${{ github.base_ref }}
18+
PERCY_TARGET_BRANCH: ${{ github.event.pull_request.base.ref }}
19+
PERCY_TARGET_COMMIT: ${{ github.event.pull_request.base.sha }}
1920
PERCY_TOKEN: ${{ secrets.PERCY_TOKEN }}
2021

2122
# Skip when secrets are unavailable on forks

0 commit comments

Comments
 (0)