Skip to content

Commit

Permalink
try to fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
saerdnaer authored Jun 26, 2024
1 parent 305cf71 commit 9995dd4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/validate+sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,16 @@ jobs:
files: configs/conferences/**/config.json

mirror:
if: secrets.SSH_PRIVATE_KEY != ''
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Mirror to VOC gitolite
env:
secrets_available: ${{ secrets.SSH_PRIVATE_KEY }} != ''
if: ${{ env.secrets_available }}
uses: pixta-dev/repository-mirroring-action@v1.1.1
with:
target_repo_url:
Expand Down

0 comments on commit 9995dd4

Please sign in to comment.