We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b18951 commit 04a279fCopy full SHA for 04a279f
.github/workflows/if-nodejs-pr-testing.yml
@@ -42,6 +42,9 @@ jobs:
42
- if: steps.should_run.outputs.shouldrun == 'true'
43
name: Checkout repository
44
uses: actions/checkout@v4
45
+ with:
46
+ ref: refs/pull/${{ github.event.pull_request.number }}/merge
47
+
48
49
name: Check if Node.js project and has package.json
50
id: packagejson
0 commit comments