use # symbol

This commit is contained in:
Kirill Chikalin
2025-06-01 19:00:34 +03:00
parent 3eb184ef8d
commit c1ed7f0629
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ inputs:
description: "Text"
required: false
default: |
<a href='${{ github.event.repository.html_url }}/actions/runs/${{ github.run_number }}'>%23${{ github.run_number }}</a> <b>${{ github.event.repository.name }}</b>: ${{ github.workflow }}
<a href='${{ github.event.repository.html_url }}/actions/runs/${{ github.run_number }}'>#${{ github.run_number }}</a> <b>${{ github.event.repository.name }}</b>: ${{ github.workflow }}
\nrunner: <a href='${{ github.server_url }}/-/admin/actions/runners'>${{ env.GITEA_RUNNER_NAME }}</a>
button_url:
description: "Button URL"