From 90c14fe14cae0878fedb5d5b35c73cf310590a03 Mon Sep 17 00:00:00 2001 From: sy-records <52o@qq52o.cn> Date: Thu, 14 Jan 2021 17:13:20 +0800 Subject: [PATCH] Update gitee.yml --- .github/workflows/gitee.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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