Skip to content

Commit a04553c

Browse files
committed
chore(release): check
1 parent 921837a commit a04553c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,12 +139,18 @@ jobs:
139139
outputs:
140140
status: ${{ job.status }}
141141
runs-on: ubuntu-latest
142+
143+
# Checkout so can get access to the file
144+
- name: Checkout repository
145+
uses: actions/checkout@v4
146+
142147
steps:
143148
- name: Validate Branch Name
144149
run: |
145150
echo "📂 GITHUB_WORKSPACE is: $GITHUB_WORKSPACE"
146151
echo "📂 Current working directory is: $(pwd)"
147152
echo "📂 Listing files in current dir:"
153+
ls
148154
ls -alh
149155
echo "📂 Listing files in workspace root:"
150156
ls -alh "$GITHUB_WORKSPACE"

0 commit comments

Comments
 (0)