Skip to content

Commit

Permalink
chore(workflow): git sync sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
moughxyz committed Jul 1, 2022
1 parent c4ac9fb commit 297b3bb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/git-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:
destination_branch: "refs/heads/*"
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}

- name: Sleep to allow git-sync to fully complete
run: sleep 10
shell: bash

- uses: actions/checkout@v3
with:
token: ${{ secrets.CI_PAT_TOKEN }}
Expand Down

0 comments on commit 297b3bb

Please sign in to comment.