Skip to content

Commit f1158eb

Browse files
committed
debug
Signed-off-by: Maksim Khimchenko <maksim.khimchenko@flant.com>
1 parent cf717fd commit f1158eb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

svace_analyze/action.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,11 @@ runs:
5050
while IFS= read -r KEY_LINE; do
5151
CONSTANT_PART=$(awk '{print $2, $3}' <<< "$KEY_LINE")
5252
if ! grep -q "$CONSTANT_PART" ~/.ssh/known_hosts; then
53+
echo "$KEY_LINE"
5354
echo "$KEY_LINE" >> ~/.ssh/known_hosts
5455
fi
5556
done <<< "$HOST_KEYS"
5657
57-
cat ~/.ssh/known_hosts
58-
5958
- name: Analyze builds and upload to Svacer
6059
env:
6160
SVACE_ANALYZE_HOST: "${{ inputs.svace_analyze_host }}"

0 commit comments

Comments
 (0)