Update main.yml

This commit is contained in:
rkygogo 2022-06-23 17:48:15 +08:00 committed by GitHub
parent cd9b5d0dcd
commit ba4b48328d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: 'Checkout' - name: 'Checkout'
uses: actions/checkout@v3 uses: actions/checkout@v1
- name: 'Mirror to gitlab' - name: 'Mirror to gitlab'
uses: pixta-dev/repository-mirroring-action@v1 uses: pixta-dev/repository-mirroring-action@v1
with: with:
@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: 'Checkout' - name: 'Checkout'
uses: actions/checkout@v3 uses: actions/checkout@v1
- name: 'Mirror to bitbucket' - name: 'Mirror to bitbucket'
uses: pixta-dev/repository-mirroring-action@v1 uses: pixta-dev/repository-mirroring-action@v1
with: with: