Skip to content

Commit 7ffbc47

Browse files
committed
debug
1 parent 8ec7e82 commit 7ffbc47

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/scripts/deploy_busola.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ curl --fail "${IP}"
4343

4444
echo $GITHUB_OUTPUT
4545
if [[ ! -z "${GITHUB_OUTPUT:-}" ]]; then
46-
echo "IP=${IP}}" > "${GITHUB_OUTPUT}"
46+
echo "IP=${IP}}" >> "${GITHUB_OUTPUT}"
47+
echo "IP saved"
4748
fi;
4849
exit 1

0 commit comments

Comments
 (0)