We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8738ff5 commit 22124aaCopy full SHA for 22124aa
build/action.yml
@@ -94,6 +94,7 @@ runs:
94
SVACE_ANALYZE_HOST: ${{ inputs.svace_analyze_host }}
95
SVACE_ANALYZE_SSH_KEY: ${{ inputs.svace_analyze_ssh_key }}
96
run: |
97
+ set -x
98
echo "::add-mask::${SVACE_ANALYZE_SSH_KEY}"
99
ssh-add - <<< "${SVACE_ANALYZE_SSH_KEY}"
100
go_linter/action.yaml
@@ -19,7 +19,6 @@ runs:
19
- name: Run Go lint
20
shell: bash
21
22
- set -x
23
basedir=$(pwd)
24
failed='false'
25
for i in $(find images -type f -name go.mod);do
0 commit comments