mirror of
https://gitee.com/SuperManito/LinuxMirrors
synced 2025-11-02 23:40:25 +08:00
更新工作流配置
This commit is contained in:
6
.github/workflows/auto-sync.yml
vendored
6
.github/workflows/auto-sync.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: Sync to Gitee
|
||||
name: Sync to mirror repo
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
@@ -11,10 +11,10 @@ jobs:
|
||||
gitee_user: ${{ secrets.GITEE_USER }}
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
persist-credentials: false
|
||||
- name: sync github -> gitee
|
||||
- name: sync to gitee
|
||||
uses: Yikun/hub-mirror-action@master
|
||||
if: env.dst_key && env.dst_token && env.gitee_user
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user