File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 15
15
pull-requests : read
16
16
runs-on : ubuntu-latest
17
17
steps :
18
- - name : 🛎️ GitHub checkout branch "${{ github.head_ref }}"
18
+ - name : 🛎️ GitHub checkout branch "${{ github.head_ref || github.ref_name }}"
19
19
uses : actions/checkout@v4
20
20
with :
21
21
persist-credentials : false
Original file line number Diff line number Diff line change 19
19
pull-requests : read
20
20
runs-on : ubuntu-latest
21
21
steps :
22
- - name : 🛎️ GitHub checkout branch "${{ github.head_ref }}"
22
+ - name : 🛎️ GitHub checkout branch "${{ github.head_ref || github.ref_name }}"
23
23
uses : actions/checkout@v4
24
24
with :
25
25
persist-credentials : false
Original file line number Diff line number Diff line change 15
15
pull-requests : read
16
16
runs-on : ubuntu-latest
17
17
steps :
18
- - name : 🛎️ GitHub checkout branch "${{ github.head_ref }}"
18
+ - name : 🛎️ GitHub checkout branch "${{ github.head_ref || github.ref_name }}"
19
19
uses : actions/checkout@v4
20
20
with :
21
21
persist-credentials : false
You can’t perform that action at this time.
0 commit comments