test
This commit is contained in:
@@ -23,8 +23,8 @@ runs:
|
|||||||
env:
|
env:
|
||||||
ICONS: '{"success":"✅","failure":"❌","canceled":"🤦","started":"⚠️"}'
|
ICONS: '{"success":"✅","failure":"❌","canceled":"🤦","started":"⚠️"}'
|
||||||
with:
|
with:
|
||||||
token: ${{ fromJSON(inputs.secrets || '{}').VK_TEAMS_BOT_TOKEN }}
|
token: ${{ inputs.token }}
|
||||||
to: ${{ fromJSON(inputs.secrets || '{}').VK_TEAMS_CHAT_ID }}
|
to: ${{ inputs.to }}
|
||||||
format: MarkdownV2
|
format: MarkdownV2
|
||||||
message: |
|
message: |
|
||||||
${{ github.repository }} \[${{inputs.name}}\]\(${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_number }}\) was ${{ inputs.result }} by ${{ github.event.sender.login }} ${{ fromJson(env.ICONS)[inputs.result] }}
|
${{ github.repository }} \[${{inputs.name}}\]\(${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_number }}\) was ${{ inputs.result }} by ${{ github.event.sender.login }} ${{ fromJson(env.ICONS)[inputs.result] }}
|
||||||
|
|||||||
Reference in New Issue
Block a user