test env GITEA_RUNNER_NAME

This commit is contained in:
Kirill Chikalin
2025-03-21 16:16:01 +03:00
parent 8bf063c745
commit dce8f35afd

View File

@@ -8,7 +8,9 @@ inputs:
caption:
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 }}"
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 }}
runner: ${{ env.GITEA_RUNNER_NAME }}
message_id:
description: "Message ID"
required: false