Skip to content

Commit

Permalink
Pin Percy to latest commit on the target branch
Browse files Browse the repository at this point in the history
  • Loading branch information
querkmachine committed Sep 12, 2023
1 parent 87b6670 commit 97838f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/screenshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:

env:
PERCY_PARALLEL_NONCE: ${{ github.run_id }}-${{ github.run_attempt }}
PERCY_TARGET_BRANCH: ${{ github.base_ref }}
PERCY_TARGET_BRANCH: ${{ github.event.pull_request.base.ref }}
PERCY_TARGET_COMMIT: ${{ github.event.pull_request.base.sha }}
PERCY_TOKEN: ${{ secrets.PERCY_TOKEN }}

# Skip when secrets are unavailable on forks
Expand Down

0 comments on commit 97838f0

Please sign in to comment.