Skip to content

Commit

Permalink
link to tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Silverman committed Aug 13, 2020
1 parent f64f78d commit 9559dea
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 @@ -56,4 +56,4 @@ curl -XPOST \
-H "Authorization: Bearer $GITHUB_TOKEN" \
-H "Accept: application/vnd.github.v3+json" \
https://api.github.com/repos/${GITHUB_REPOSITORY}/issues/${pr_number}/comments \
-d "{\"body\": \"This PR has now been tagged as $new_tag\"}"
-d "{\"body\": \"This PR has now been tagged as [$new_tag](https://github.com/${GITHUB_REPOSITORY}/releases/tag/${new_tag})\"}"

0 comments on commit 9559dea

Please sign in to comment.