We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c1eae2 commit 4248c4eCopy full SHA for 4248c4e
.github/workflows/nodejs.yml
@@ -20,7 +20,7 @@ jobs:
20
runs-on: ubuntu-latest
21
if: ${{ github.event_name != 'pull_request' }}
22
steps:
23
- - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
+ - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
24
name: Checkout [main]
25
with:
26
fetch-depth: 0
@@ -61,7 +61,7 @@ jobs:
61
62
if: ${{ github.event_name == 'pull_request' }}
63
64
65
66
ref: ${{ github.event.pull_request.head.ref }}
67
repository: ${{ github.event.pull_request.head.repo.full_name }}
0 commit comments