mirror of
https://github.com/julia-actions/cache.git
synced 2026-02-13 01:46:52 +08:00
fixup! Experiment with access logs during execution
This commit is contained in:
3
.github/workflows/ReusableWorkflow.yml
vendored
3
.github/workflows/ReusableWorkflow.yml
vendored
@@ -39,10 +39,11 @@ jobs:
|
||||
set -x
|
||||
uuid="$(cat /proc/sys/kernel/random/uuid)"
|
||||
echo "$uuid"
|
||||
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
|
||||
find .
|
||||
grep -rnH ReusableWorkflow.yml .
|
||||
grep -rnH "$uuid" .
|
||||
env:
|
||||
GH_TOKEN: ${{ github.token }}
|
||||
run_id: ${{ github.run_id }}
|
||||
|
||||
Reference in New Issue
Block a user