diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index 6f6b808c..64aeb4ec 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -4,13 +4,15 @@ on: [push, delete] jobs: mirror-to-CASUS: - runs-on: ubuntu-18.04 + runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v3 + with: + fetch-depth: 0 - name: mirror-repository - uses: spyoungtech/mirror-action@v0.4.0 + uses: spyoungtech/mirror-action@v0.6.0 with: - REMOTE: git@github.com:casus/atoMEC.git + REMOTE: 'ssh://git@github.com/casus/atoMEC.git' GIT_SSH_PRIVATE_KEY: ${{ secrets.GIT_SSH_KEY }} GIT_SSH_NO_VERIFY_HOST: "true" DEBUG: "true"