Skip to content

Commit

Permalink
Merge pull request #8025 from jrjohnson/send-percy-pr-number
Browse files Browse the repository at this point in the history
Pass the Pull Request Number to Percy
  • Loading branch information
stopfstedt committed Jul 30, 2024
2 parents bbfffc5 + 43ecf10 commit be8d49a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,3 +143,4 @@ jobs:
run: pnpm --filter ${{ matrix.workspace }} exec percy exec -- ember test
env:
PERCY_TOKEN: ${{ vars.PERCY_TOKEN }}
PERCY_PULL_REQUEST: ${{ github.event.pull_request.number }}

0 comments on commit be8d49a

Please sign in to comment.