Skip to content

Commit 54bd5dc

Browse files
committed
chore(yaml): fix yaml
1 parent a04553c commit 54bd5dc

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/reuseable-ci-checks.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,11 +140,13 @@ jobs:
140140
status: ${{ job.status }}
141141
runs-on: ubuntu-latest
142142

143-
# Checkout so can get access to the file
144-
- name: Checkout repository
145-
uses: actions/checkout@v4
143+
146144

147145
steps:
146+
# Checkout so can get access to the file
147+
- name: Checkout repository
148+
uses: actions/checkout@v4
149+
148150
- name: Validate Branch Name
149151
run: |
150152
echo "📂 GITHUB_WORKSPACE is: $GITHUB_WORKSPACE"

0 commit comments

Comments
 (0)