Skip to content

Commit

Permalink
Update repo_sync.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
heeroyuy7 authored Mar 24, 2021
1 parent 330d31b commit 4a80b7c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/repo_sync.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# File: .github/workflows/repo-sync.yml
name: sync-Sunert-scripts
on:
schedule:
Expand All @@ -25,7 +24,7 @@ jobs:
with:
source_repo: "https://github.com/Sunert/Scripts.git"
source_branch: "master"
destination_branch: "master"
destination_branch: "Sunert"
github_token: ${{ secrets.PAT }}
# 我自己同步到gitee使用,其他人可忽略
- name: sync github -> gitee
Expand Down

0 comments on commit 4a80b7c

Please sign in to comment.