Skip to content

Commit

Permalink
add ref for checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
anshgoyalevil committed Oct 23, 2024
1 parent 6b18951 commit 04a279f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/if-nodejs-pr-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ jobs:
- if: steps.should_run.outputs.shouldrun == 'true'
name: Checkout repository
uses: actions/checkout@v4
with:
ref: refs/pull/${{ github.event.pull_request.number }}/merge

- if: steps.should_run.outputs.shouldrun == 'true'
name: Check if Node.js project and has package.json
id: packagejson
Expand Down

0 comments on commit 04a279f

Please sign in to comment.