fixup! Add delay

This commit is contained in:
Curtis Vogt
2025-01-24 10:34:42 -06:00
parent 0a42a3633d
commit 69674bfc14

View File

@@ -39,7 +39,7 @@ jobs:
set -x
uuid="$(cat /proc/sys/kernel/random/uuid)"
echo "$uuid"
sleep 30
sleep 60
# https://docs.github.com/en/rest/actions/workflow-runs?apiVersion=2022-11-28#download-workflow-run-logs
gh api "/repos/{owner}/{repo}/actions/runs/${run_id:?}/logs" >logs.zip
unzip -- logs.zip "*.txt"