Skip to content

Commit 3dfe8f2

Browse files
committed
x
1 parent 813a72b commit 3dfe8f2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

action.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,5 @@ fi
4242

4343
chmod 600 "${SSH_KNOWN_HOSTS_FILE}"
4444

45-
echo "::notice title=Notice::content: $(cat ${SSH_KNOWN_HOSTS_FILE})"
45+
echo "$(dirname "${SSH_KNOWN_HOSTS_FILE}")"
46+
echo "::notice title=Notice::content: $(cat "${SSH_KNOWN_HOSTS_FILE}")"

0 commit comments

Comments
 (0)