Skip to content

Commit

Permalink
added cd and debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
jackkolb committed Apr 21, 2024
1 parent 4f4149a commit d7a28f1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ jobs:
- name: Checkout CEC repository
run: |
git clone https://github.com/${{github.repository}}
cd ${{github.repository.name}}
echo "${{github.repository.name}}"
ls
- name: Add the ISYE repository as a mirror
run: |
Expand Down

0 comments on commit d7a28f1

Please sign in to comment.