You've already forked ansible-role-automysqlbackup
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2b403d7aa7 |
4
.github/workflows/CI.yml
vendored
4
.github/workflows/CI.yml
vendored
@@ -83,7 +83,7 @@ jobs:
|
|||||||
if: success()
|
if: success()
|
||||||
with:
|
with:
|
||||||
url: '${{ vars.NTFY_URL }}'
|
url: '${{ vars.NTFY_URL }}'
|
||||||
title: Workflow success for ${GITHUB_REPOSITORY}
|
title: Workflow success for ${{ env.GITHUB_REPOSITORY }}
|
||||||
topic: 'ci-status'
|
topic: 'ci-status'
|
||||||
priority: 4
|
priority: 4
|
||||||
tags: +1,partying_face,action,successfully,completed
|
tags: +1,partying_face,action,successfully,completed
|
||||||
@@ -98,7 +98,7 @@ jobs:
|
|||||||
if: failure()
|
if: failure()
|
||||||
with:
|
with:
|
||||||
url: '${{ vars.NTFY_URL }}'
|
url: '${{ vars.NTFY_URL }}'
|
||||||
title: Workflow failed for ${GITHUB_REPOSITORY}
|
title: Workflow failed for ${{ env.GITHUB_REPOSITORY }}
|
||||||
topic: 'ci-status'
|
topic: 'ci-status'
|
||||||
priority: 5
|
priority: 5
|
||||||
tags: -1,skull,action,failed
|
tags: -1,skull,action,failed
|
||||||
|
|||||||
Reference in New Issue
Block a user