fix: remove checkout before mirror
All checks were successful
/ mirror (push) Successful in 4s

This commit is contained in:
ange 2024-11-18 11:19:37 +00:00
parent 0f18a0a62c
commit 9cd0c612dd
Signed by: ange
GPG Key ID: 9E0C4157BB7BEB1D

View File

@ -4,7 +4,6 @@ jobs:
mirror:
runs-on: debian
steps:
- uses: actions/checkout@v1
- uses: actions/mirror@v1
with:
ssh_priv: "${{ secrets.SSHGH }}"