ci: Enable verbose SafeChain logging in CI dependency install (no-changelog) (#30450)

Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
Declan Carroll
2026-05-14 11:29:25 +00:00
committed by GitHub
co-authored by Claude Opus 4.7
parent e630e7e489
commit 6cae9deaf7
+1
View File
@@ -67,6 +67,7 @@ runs:
if: ${{ inputs.install-command != '' }}
env:
INSTALL_COMMAND: ${{ inputs.install-command }}
SAFE_CHAIN_LOGGING: verbose
run: |
$INSTALL_COMMAND
shell: bash