Skip to content
This repository has been archived by the owner on Nov 15, 2024. It is now read-only.

Commit

Permalink
Fix: correctly output deployUrl from deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
perfectmak committed Mar 15, 2021
1 parent 9371800 commit 9779446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ fi
# Export outputs
echo "$output"
deployUrl=$(echo "$output" | grep -Eo 'https://[^ >]+' | head -1)
echo "::set-output deployUrl=$deployUrl"
echo "::set-output name=deployUrl::$deployUrl"

0 comments on commit 9779446

Please sign in to comment.