Skip to content

Commit 63c4299

Browse files
authored
Fix Telegram message link in build-kernel.yml
1 parent 0a77497 commit 63c4299

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-kernel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ jobs:
251251
252252
MESSAGE=$(printf "<b> 🐧 Linux Kernel Build %s %s</b>\n\n \
253253
🏷️ <b>Versión:</b> %s\n \
254-
🔗 <a href=\"https://github.com/%s/%s/actions/runs/%s\">Ver detalles en GitHub</a>" \
254+
🔗 <a href=\"https://github.com/%s/actions/runs/%s\">Ver detalles en GitHub</a>" \
255255
"$STATUS_EMOJI" "${BUILD_STATUS^}" "$KERNEL_VERSION" "${{ github.repository_owner }}" "${{ github.repository }}" "$GITHUB_RUN_ID")
256256
257257
curl -s -X POST "https://api.telegram.org/bot${TELEGRAM_TOKEN}/sendMessage" \

0 commit comments

Comments
 (0)