Skip to content

Commit

Permalink
Update gitee.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sy-records committed Jan 14, 2021
1 parent e669288 commit 90c14fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gitee.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: mirror
on: [ push, delete, create ]

jobs:
git-mirror:
mirror:
runs-on: ubuntu-latest
steps:
- name: Configure Private Key
Expand All @@ -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
git push --mirror

0 comments on commit 90c14fe

Please sign in to comment.