Skip to content

Commit 92d2804

Browse files
committed
try again
1 parent e93bc39 commit 92d2804

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/test_workflow.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,11 @@ jobs:
1717

1818
- name: Checkout Original Repository
1919
uses: actions/checkout@v4
20+
with:
21+
path: public-workflows
2022

2123
- name: Debug
2224
shell: bash
23-
run: ls -la
25+
run: |
26+
ls -la cla
27+
ls -la public-workflows

0 commit comments

Comments
 (0)