We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2b87ca commit f29bed7Copy full SHA for f29bed7
1 file changed
.github/workflows/main.yml
@@ -11,6 +11,8 @@ jobs:
11
name: Check package on Node.js ${{ matrix.node }}
12
steps:
13
- uses: actions/checkout@v2
14
+ with:
15
+ ref: ${{ github.event.pull_request.head.sha }}
16
- uses: actions/setup-node@v2
17
with:
18
node-version: ${{ matrix.node }}
0 commit comments