mirror of
https://github.com/fscarmen/sing-box.git
synced 2026-08-10 17:55:16 +08:00
Update mirror.yml
This commit is contained in:
@@ -10,11 +10,11 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: 'Checkout'
|
- name: 'Checkout'
|
||||||
uses: actions/checkout@v4.1.1
|
uses: actions/checkout@v4.2.2
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: 'Mirror to gitlab'
|
- name: 'Mirror to gitlab'
|
||||||
uses: pixta-dev/repository-mirroring-action@v1.1.1
|
uses: fscarmen/repository-mirroring-action@v1.0.0
|
||||||
with:
|
with:
|
||||||
target_repo_url:
|
target_repo_url:
|
||||||
git@gitlab.com:${{ github.repository }}.git
|
git@gitlab.com:${{ github.repository }}.git
|
||||||
@@ -25,13 +25,13 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: 'Checkout'
|
- name: 'Checkout'
|
||||||
uses: actions/checkout@v4.1.1
|
uses: actions/checkout@v4.2.2
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: 'Mirror to bitbucket'
|
- name: 'Mirror to bitbucket'
|
||||||
uses: pixta-dev/repository-mirroring-action@v1.1.1
|
uses: fscarmen/repository-mirroring-action@v1.0.0
|
||||||
with:
|
with:
|
||||||
target_repo_url:
|
target_repo_url:
|
||||||
git@bitbucket.org:${{ github.repository }}.git
|
git@bitbucket.org:${{ github.repository }}.git
|
||||||
ssh_private_key:
|
ssh_private_key:
|
||||||
${{ secrets.PRIVATE_KEY }}
|
${{ secrets.PRIVATE_KEY }}
|
||||||
|
|||||||
Reference in New Issue
Block a user