File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 19
19
- name : Checkout
20
20
uses : actions/checkout@v3
21
21
with :
22
- ref : ${{ github.ref_name }}
22
+ ref : ${{ github.event.pull_request.head.ref }}
23
23
- name : Setup Git User
24
24
run : |
25
25
git config --global user.email "npm-cli+bot@github.com"
Original file line number Diff line number Diff line change 11
11
{{> job
12
12
jobName="template-oss"
13
13
jobIf="github.actor == 'dependabot[bot]'"
14
- jobCheckout=(obj ref="${{ github.ref_name }}")
14
+ jobCheckout=(obj ref="${{ github.event.pull_request.head.ref }}")
15
15
}}
16
16
- name : Fetch Dependabot Metadata
17
17
id : metadata
Original file line number Diff line number Diff line change @@ -584,7 +584,7 @@ jobs:
584
584
- name: Checkout
585
585
uses: actions/checkout@v3
586
586
with:
587
- ref: \${{ github.ref_name }}
587
+ ref: \${{ github.event.pull_request.head.ref }}
588
588
- name: Setup Git User
589
589
run: |
590
590
git config --global user.email "npm-cli+bot@github.com"
@@ -2066,7 +2066,7 @@ jobs:
2066
2066
- name: Checkout
2067
2067
uses: actions/checkout@v3
2068
2068
with:
2069
- ref: \${{ github.ref_name }}
2069
+ ref: \${{ github.event.pull_request.head.ref }}
2070
2070
- name: Setup Git User
2071
2071
run: |
2072
2072
git config --global user.email "npm-cli+bot@github.com"
@@ -3343,7 +3343,7 @@ jobs:
3343
3343
- name: Checkout
3344
3344
uses: actions/checkout@v3
3345
3345
with:
3346
- ref: \${{ github.ref_name }}
3346
+ ref: \${{ github.event.pull_request.head.ref }}
3347
3347
- name: Setup Git User
3348
3348
run: |
3349
3349
git config --global user.email "npm-cli+bot@github.com"
You can’t perform that action at this time.
0 commit comments