Skip to content

Commit aef8392

Browse files
committed
fix env
1 parent 052e52f commit aef8392

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/deploy_busola.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ echo "IP address: ${IP}"
4242
curl --fail "${IP}"
4343

4444
if [[ ! -z "${GITHUB_OUTPUT:-}" ]]; then
45-
echo "IP=${IP}}" >> "${GITHUB_OUTPUT}"
45+
echo "IP=${IP}" >> "${GITHUB_OUTPUT}"
4646
echo "IP saved"
4747
fi;

0 commit comments

Comments
 (0)