Skip to content

Commit c8e6ca4

Browse files
author
Yuri Drabik
authored
Restore sleep interval (#17)
1 parent 0bec0f3 commit c8e6ca4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

entrypoint.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ trigger_workflow() {
8787
-H "Content-Type: application/json" \
8888
-H "Authorization: Bearer ${INPUT_GITHUB_TOKEN}" \
8989
--data "{\"ref\":\"${ref}\",\"inputs\":${inputs}}"
90+
echo "Sleeping for ${wait_interval} seconds"
91+
sleep $wait_interval
9092
}
9193

9294
wait_for_workflow_to_finish() {

0 commit comments

Comments
 (0)