diff --git a/.github/workflows/gitee.yml b/.github/workflows/gitee.yml index a64abe5..5f26915 100644 --- a/.github/workflows/gitee.yml +++ b/.github/workflows/gitee.yml @@ -3,7 +3,7 @@ name: mirror on: [ push, delete, create ] jobs: - git-mirror: + mirror: runs-on: ubuntu-latest steps: - name: Configure Private Key @@ -26,4 +26,4 @@ jobs: git remote set-url --push origin "$DESTINATION_REPO" git fetch -p origin git for-each-ref --format 'delete %(refname)' refs/pull | git update-ref --stdin - git push --mirror \ No newline at end of file + git push --mirror