From 4343bf00e75f2e62daa8f32fbe2fb0f213bb79fe Mon Sep 17 00:00:00 2001 From: Paco Hope Date: Sun, 16 Aug 2026 14:41:00 -0400 Subject: [PATCH] add environment printing --- .gitea/workflows/demo.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index c7c2786..fdde2fb 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -38,7 +38,10 @@ jobs: run: | mkdir -p test-results echo "diagnostic content $(date -u)" > test-results/diagnostic.txt - + - name: Diagnostic -- print artifact/runtime URLs the runner injected + if: always() + run: | + env | grep -i "^ACTIONS_\|^GITHUB_" | sed -E 's/(TOKEN|SECRET)=.*/\1=[redacted]/i' - name: Run the intentionally-failing verification test run: | .venv/bin/python -m pytest tests/test_zz_temp_verify_artifact_upload.py \