Skip to content

Commit 84d8b0a

Browse files
authored
Merge pull request #29 from code-with-amirhossein/amir78729-patch-30
Update deploy.yml
2 parents b40940c + c3a8e3b commit 84d8b0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
if [ -s packages.txt ]; then
111111
while read -r line; do
112112
ENCODED_TAG=$(printf "%s" "$line" | jq -sRr @uri)
113-
echo " 📦 <a href=\"$REPO/releases/tag/$ENCODED_TAG\">$line</a>"
113+
echo "📦 <a href=\"$REPO/releases/tag/$ENCODED_TAG\">$line</a>"
114114
done < packages.txt > release_links.html
115115
else
116116
echo " • No packages found." > release_links.html
@@ -130,7 +130,7 @@ jobs:
130130
token: ${{ secrets.TELEGRAM_TOKEN }}
131131
format: html
132132
message: |
133-
🚀 <b><a href="https://github.com/${{ github.repository }}">${{ github.repository }}</a></b> released:
133+
<b><a href="https://github.com/${{ github.repository }}">${{ github.repository }}</a></b> released:
134134
${{ env.RELEASE_LINKS }}
135135
136136
🔗 PR: <a href="${{ env.PR_URL }}"><b>${{ env.PR_TITLE }}</b> #${{ env.PR_NUMBER }}</a>

0 commit comments

Comments
 (0)