Compare commits

..

No commits in common. "main" and "v1.1" have entirely different histories.
main ... v1.1

View file

@ -28,7 +28,7 @@ runs:
shell: bash
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)) }}
NTFYTAGS: "${{ format('Tags: {0},{1}', inputs.jobstatus == 'success' && 'white_check_mark' || 'x', github.ref_name) }}"
NTFYTAGS: "${{ format('Tags: {0}', inputs.jobstatus == 'success' && 'white_check_mark' || 'x') }}"
NTFYTITLE: "${{ format('Title: {0} - Build {1} {2}', github.repository, github.run_number, inputs.jobstatus) }}"
NTFYICON: "${{ format('Icon: {0}', github.event.repository.avatar_url) }}"
NTFYURL: "${{ format('https://ntfy.sh/{0}', inputs.topic) }}"