Skip to content

Commit 1d08ae1

Browse files
authored
Less formatting
1 parent 1dfbff7 commit 1d08ae1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ jobs:
4040
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
4141
4242
my_tag=v0.${GITHUB_RUN_ID}.0
43-
tag_msg="Created via [run $GITHUB_RUN_ID]($GITHUB_SERVER_URL/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID)"
43+
# be aware markdown does not work here
44+
tag_msg="$GITHUB_SERVER_URL/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID"
4445
git tag "-m$tag_msg" "$my_tag" HEAD
4546
git push origin tag "$my_tag"
4647
echo "the_build_id=$my_tag" > $GITHUB_OUTPUT

0 commit comments

Comments
 (0)