mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-28 07:17:04 +02:00
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:
parent
e630e7e489
commit
6cae9deaf7
1
.github/actions/setup-nodejs/action.yml
vendored
1
.github/actions/setup-nodejs/action.yml
vendored
|
|
@ -67,6 +67,7 @@ runs:
|
|||
if: ${{ inputs.install-command != '' }}
|
||||
env:
|
||||
INSTALL_COMMAND: ${{ inputs.install-command }}
|
||||
SAFE_CHAIN_LOGGING: verbose
|
||||
run: |
|
||||
$INSTALL_COMMAND
|
||||
shell: bash
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user