diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3b67272..8ee40d1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,6 +18,7 @@ jobs: SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }} TARGET_REPO_URL: ${{ secrets.TARGET_REPO_URL }} run: '[ -n "$SSH_PRIVATE_KEY" ] && [ -n "$TARGET_REPO_URL" ]' + mirroring: needs: check_preconditions if: "!contains(needs.check_preconditions.outputs.results, 'failure')" @@ -26,6 +27,7 @@ jobs: - uses: actions/checkout@v3 with: fetch-depth: 0 + - uses: ./ with: ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}