chore(workflow): git sync sleep
This commit is contained in:
4
.github/workflows/git-sync.yml
vendored
4
.github/workflows/git-sync.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user