Skip to content

Commit 22124aa

Browse files
committed
Signed-off-by: v.oleynikov <[email protected]>
1 parent 8738ff5 commit 22124aa

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

build/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ runs:
9494
SVACE_ANALYZE_HOST: ${{ inputs.svace_analyze_host }}
9595
SVACE_ANALYZE_SSH_KEY: ${{ inputs.svace_analyze_ssh_key }}
9696
run: |
97+
set -x
9798
echo "::add-mask::${SVACE_ANALYZE_SSH_KEY}"
9899
ssh-add - <<< "${SVACE_ANALYZE_SSH_KEY}"
99100

go_linter/action.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ runs:
1919
- name: Run Go lint
2020
shell: bash
2121
run: |
22-
set -x
2322
basedir=$(pwd)
2423
failed='false'
2524
for i in $(find images -type f -name go.mod);do

0 commit comments

Comments
 (0)