Compare commits
4 Commits
045e0e1127
...
7ec2c32072
| Author | SHA1 | Date | |
|---|---|---|---|
| 7ec2c32072 | |||
| 688c0b02cb | |||
| 11c0e09b2b | |||
| 62e29edb81 |
@@ -23,8 +23,8 @@ runs:
|
||||
env:
|
||||
ICONS: '{"success":"✅","failure":"❌","canceled":"🤦","started":"⚠️"}'
|
||||
with:
|
||||
token: ${{ fromJSON(inputs.secrets || '{}').VK_TEAMS_BOT_TOKEN }}
|
||||
to: ${{ fromJSON(inputs.secrets || '{}').VK_TEAMS_CHAT_ID }}
|
||||
token: ${{ inputs.token }}
|
||||
to: ${{ inputs.to }}
|
||||
format: MarkdownV2
|
||||
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] }}
|
||||
|
||||
Reference in New Issue
Block a user