Skip to content

Commit 5f15a4d

Browse files
authored
Merge pull request #4180 from alphagov/v4-percy-target-branch
Set Percy's target branch to the PR base [v4.x]
2 parents a576f86 + 97838f0 commit 5f15a4d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/screenshots.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515

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

2022
# Skip when secrets are unavailable on forks

0 commit comments

Comments
 (0)