Skip to content

Commit 1223770

Browse files
committed
Moar conformity
1 parent 26e81ca commit 1223770

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/pr-any-lint-markdown.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
pull-requests: read
1616
runs-on: ubuntu-latest
1717
steps:
18-
- name: 🛎️ GitHub checkout branch "${{ github.head_ref }}"
18+
- name: 🛎️ GitHub checkout branch "${{ github.head_ref || github.ref_name }}"
1919
uses: actions/checkout@v4
2020
with:
2121
persist-credentials: false

.github/workflows/pr-any-lint-pwsh.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
pull-requests: read
2020
runs-on: ubuntu-latest
2121
steps:
22-
- name: 🛎️ GitHub checkout branch "${{ github.head_ref }}"
22+
- name: 🛎️ GitHub checkout branch "${{ github.head_ref || github.ref_name }}"
2323
uses: actions/checkout@v4
2424
with:
2525
persist-credentials: false

.github/workflows/pr-any-lint-workflows.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
pull-requests: read
1616
runs-on: ubuntu-latest
1717
steps:
18-
- name: 🛎️ GitHub checkout branch "${{ github.head_ref }}"
18+
- name: 🛎️ GitHub checkout branch "${{ github.head_ref || github.ref_name }}"
1919
uses: actions/checkout@v4
2020
with:
2121
persist-credentials: false

0 commit comments

Comments
 (0)