Adding sleep on startup

master
Ryan Summers 2021-04-09 12:33:54 +02:00
parent f83973f1a2
commit 26d83da684
1 changed files with 3 additions and 0 deletions

View File

@ -17,6 +17,9 @@ jobs:
repository: quartiq/hitl
client-payload: '{"github": ${{ toJson(github) }}}'
- name: Wait for startup
runs: sleep 30
- uses: fountainhead/action-wait-for-check@v1.0.0
with:
token: ${{ secrets.GITHUB_TOKEN }}