mirror of
https://github.com/julia-actions/cache.git
synced 2026-02-17 11:36:53 +08:00
Add delay
This commit is contained in:
3
.github/workflows/ReusableWorkflow.yml
vendored
3
.github/workflows/ReusableWorkflow.yml
vendored
@@ -39,6 +39,7 @@ jobs:
|
|||||||
set -x
|
set -x
|
||||||
uuid="$(cat /proc/sys/kernel/random/uuid)"
|
uuid="$(cat /proc/sys/kernel/random/uuid)"
|
||||||
echo "$uuid"
|
echo "$uuid"
|
||||||
|
sleep 30
|
||||||
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
|
||||||
find .
|
find .
|
||||||
@@ -46,4 +47,4 @@ jobs:
|
|||||||
grep -rnH "$uuid" .
|
grep -rnH "$uuid" .
|
||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ github.token }}
|
GH_TOKEN: ${{ github.token }}
|
||||||
run_id: 12953268398 # ${{ github.run_id }}
|
run_id: ${{ github.run_id }}
|
||||||
|
|||||||
Reference in New Issue
Block a user