fixup! Experiment with access logs during execution

This commit is contained in:
Curtis Vogt
2025-01-24 10:10:02 -06:00
parent b4c6d4b10c
commit 5a04d111ea

View File

@@ -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 }}