Compare commits
1 commit
Author | SHA1 | Date | |
---|---|---|---|
76d62899eb |
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ runs:
|
||||||
shell: bash
|
shell: bash
|
||||||
env:
|
env:
|
||||||
NTFYMSG: ${{ (startsWith(github.ref, 'refs/tags/') && format('Tag {0} created', github.ref_name) || format('{0} {1}', steps.shorten-sha.outputs.shortsha, github.event.head_commit.message)) }}
|
NTFYMSG: ${{ (startsWith(github.ref, 'refs/tags/') && format('Tag {0} created', github.ref_name) || format('{0} {1}', steps.shorten-sha.outputs.shortsha, github.event.head_commit.message)) }}
|
||||||
NTFYTAGS: "${{ format('Tags: {0}', inputs.jobstatus == 'success' && 'white_check_mark' || 'x') }}"
|
NTFYTAGS: "${{ format('Tags: {0},{1}', inputs.jobstatus == 'success' && 'white_check_mark' || 'x', github.ref_name) }}"
|
||||||
NTFYTITLE: "${{ format('Title: {0} - Build {1} {2}', github.repository, github.run_number, inputs.jobstatus) }}"
|
NTFYTITLE: "${{ format('Title: {0} - Build {1} {2}', github.repository, github.run_number, inputs.jobstatus) }}"
|
||||||
NTFYICON: "${{ format('Icon: {0}', github.event.repository.avatar_url) }}"
|
NTFYICON: "${{ format('Icon: {0}', github.event.repository.avatar_url) }}"
|
||||||
NTFYURL: "${{ format('https://ntfy.sh/{0}', inputs.topic) }}"
|
NTFYURL: "${{ format('https://ntfy.sh/{0}', inputs.topic) }}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue