Skip to content

Commit

Permalink
Update action
Browse files Browse the repository at this point in the history
  • Loading branch information
Saverio976 committed Nov 8, 2024
1 parent 674e65a commit 21e31b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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')"
Expand All @@ -26,6 +27,7 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0

- uses: ./
with:
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}
Expand Down

0 comments on commit 21e31b7

Please sign in to comment.