Skip to content

Commit

Permalink
Final Version Preview Link (#2514)
Browse files Browse the repository at this point in the history
Update comment format for game preview link
  • Loading branch information
DevIos01 authored Oct 25, 2024
1 parent 6f24d51 commit a6b0f0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/post-vercel-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
PREVIEW_URL="https://${PROJECT_NAME}-git-${BRANCH_NAME}.${DOMAIN}"
fi
COMMENT_BODY="Your Game Preview is Available at [${PREVIEW_URL}/gallery/beta/${JS_FILE}](${PREVIEW_URL}/gallery/beta/${JS_FILE})"
COMMENT_BODY="You can play your game at [Play Here](${PREVIEW_URL}/gallery/beta/${JS_FILE})!"
curl -s -H "Authorization: token $GITHUB_TOKEN" \
-X POST \
Expand Down

0 comments on commit a6b0f0b

Please sign in to comment.