fix
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
name: 'Hello World'
|
||||
description: 'Greet someone'
|
||||
name: 'Telegram Bot'
|
||||
description: 'Telegram Bot API'
|
||||
inputs:
|
||||
message:
|
||||
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>"
|
||||
default: "<a href='${{ github.event.repository.html_url }}/actions/runs/${{ github.run_number }}'>%23${{ github.run_number }}</a> <b>${{ github.event.repository.name }}</b>"
|
||||
prefix:
|
||||
description: "Message prefix"
|
||||
required: false
|
||||
|
||||
Reference in New Issue
Block a user