We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a77497 commit 63c4299Copy full SHA for 63c4299
1 file changed
.github/workflows/build-kernel.yml
@@ -251,7 +251,7 @@ jobs:
251
252
MESSAGE=$(printf "<b> 🐧 Linux Kernel Build %s %s</b>\n\n \
253
🏷️ <b>Versión:</b> %s\n \
254
- 🔗 <a href=\"https://github.com/%s/%s/actions/runs/%s\">Ver detalles en GitHub</a>" \
+ 🔗 <a href=\"https://github.com/%s/actions/runs/%s\">Ver detalles en GitHub</a>" \
255
"$STATUS_EMOJI" "${BUILD_STATUS^}" "$KERNEL_VERSION" "${{ github.repository_owner }}" "${{ github.repository }}" "$GITHUB_RUN_ID")
256
257
curl -s -X POST "https://api.telegram.org/bot${TELEGRAM_TOKEN}/sendMessage" \
0 commit comments