Skip to content

Commit

Permalink
Checkout pr head
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVelezLl committed Aug 7, 2024
1 parent 61d3645 commit 97dbb74
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/visual_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ jobs:
outputs:
percy_url: ${{ steps.extract-url.outputs.percy_url }}
steps:
- uses: actions/checkout@v4
- name: Checkout code from PR
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Use Node.js
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 97dbb74

Please sign in to comment.