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 12:29:25 +01:00 committed by GitHub
parent e630e7e489
commit 6cae9deaf7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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