Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
cgundy committed Dec 9, 2024
1 parent e93bc39 commit 92d2804
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@ jobs:

- name: Checkout Original Repository
uses: actions/checkout@v4
with:
path: public-workflows

- name: Debug
shell: bash
run: ls -la
run: |
ls -la cla
ls -la public-workflows

0 comments on commit 92d2804

Please sign in to comment.