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/*"
|
destination_branch: "refs/heads/*"
|
||||||
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}
|
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
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.CI_PAT_TOKEN }}
|
token: ${{ secrets.CI_PAT_TOKEN }}
|
||||||
|
|||||||
Reference in New Issue
Block a user