Skip to content

Commit

Permalink
Update mirror.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jackkolb authored Apr 21, 2024
1 parent 73d7022 commit 7461234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- name: Pull CEC repo
run: |
git clone https://github.com/${{ github.event.repository }}
git clone https://${{ github.server_url }}/${{ github.repository }}
- name: Update CEC repository
run: |
Expand Down

0 comments on commit 7461234

Please sign in to comment.