Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeems authored Feb 3, 2025
1 parent 3774b28 commit 91beef8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/mirror/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ runs:
pattern: repo-*
merge-multiple: false
- name: Fix names
shell: bash
run: |
find repo -maxdepth 1 -type d -name 'repo-*' -printf '%f\n' | while read -r repo; do
mv repo/$repo repo/$(echo $repo | cut -d - -f 2-)
Expand Down

0 comments on commit 91beef8

Please sign in to comment.