chore(workflow): git sync sleep

This commit is contained in:
Mo
2022-07-01 08:29:23 -05:00
parent c4ac9fb8d6
commit 297b3bb4f8

View File

@@ -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 }}