mirror of
https://github.com/julia-actions/cache.git
synced 2026-02-17 11:36:53 +08:00
fixup! Add delay
This commit is contained in:
3
.github/workflows/ReusableWorkflow.yml
vendored
3
.github/workflows/ReusableWorkflow.yml
vendored
@@ -40,8 +40,9 @@ jobs:
|
|||||||
uuid="$(cat /proc/sys/kernel/random/uuid)"
|
uuid="$(cat /proc/sys/kernel/random/uuid)"
|
||||||
echo "$uuid"
|
echo "$uuid"
|
||||||
sleep 30
|
sleep 30
|
||||||
|
# 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
|
gh api "/repos/{owner}/{repo}/actions/runs/${run_id:?}/logs" >logs.zip
|
||||||
unzip logs.zip
|
unzip -- logs.zip "*.txt"
|
||||||
find .
|
find .
|
||||||
grep -rnH ReusableWorkflow.yml .
|
grep -rnH ReusableWorkflow.yml .
|
||||||
grep -rnH "$uuid" .
|
grep -rnH "$uuid" .
|
||||||
|
|||||||
Reference in New Issue
Block a user