Skip to content

Commit

Permalink
fix env
Browse files Browse the repository at this point in the history
  • Loading branch information
dbadura committed Jan 3, 2025
1 parent 052e52f commit aef8392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/deploy_busola.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ echo "IP address: ${IP}"
curl --fail "${IP}"

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

0 comments on commit aef8392

Please sign in to comment.