Skip to content

Commit 0974c63

Browse files
committed
fix URL
1 parent 6c5e798 commit 0974c63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ runs:
8686
8787
MAIN_URL=$(jq -r '.url // empty' "$HTTP_RESPONSE")
8888
if [[ -n "$MAIN_URL" ]]; then
89-
echo "- Main URL: https://$MAIN_URL" >> "$GITHUB_STEP_SUMMARY"
89+
echo "- Main URL: $MAIN_URL" >> "$GITHUB_STEP_SUMMARY"
9090
fi
9191
9292
PREVIEWS=$(jq -r '.preview_url[]? // empty' "$HTTP_RESPONSE")

0 commit comments

Comments
 (0)