fix: update pushover-action version to v1.1.5 for notifications
All checks were successful
Deploy / deploy (push) Successful in 37s
All checks were successful
Deploy / deploy (push) Successful in 37s
This commit is contained in:
@@ -40,7 +40,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Notify Success
|
- name: Notify Success
|
||||||
if: success()
|
if: success()
|
||||||
uses: https://git.tainton.uk/actions/pushover-action@v1.1.4
|
uses: https://git.tainton.uk/actions/pushover-action@v1.1.5
|
||||||
env:
|
env:
|
||||||
PUSHOVER_APP_TOKEN: ${{ secrets.PUSHOVER_APP_TOKEN }}
|
PUSHOVER_APP_TOKEN: ${{ secrets.PUSHOVER_APP_TOKEN }}
|
||||||
PUSHOVER_USER_TOKEN: ${{ secrets.PUSHOVER_USER_TOKEN }}
|
PUSHOVER_USER_TOKEN: ${{ secrets.PUSHOVER_USER_TOKEN }}
|
||||||
@@ -51,7 +51,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Notify Failure
|
- name: Notify Failure
|
||||||
if: failure()
|
if: failure()
|
||||||
uses: https://git.tainton.uk/actions/pushover-action@v1.1.4
|
uses: https://git.tainton.uk/actions/pushover-action@v1.1.5
|
||||||
env:
|
env:
|
||||||
PUSHOVER_APP_TOKEN: ${{ secrets.PUSHOVER_APP_TOKEN }}
|
PUSHOVER_APP_TOKEN: ${{ secrets.PUSHOVER_APP_TOKEN }}
|
||||||
PUSHOVER_USER_TOKEN: ${{ secrets.PUSHOVER_USER_TOKEN }}
|
PUSHOVER_USER_TOKEN: ${{ secrets.PUSHOVER_USER_TOKEN }}
|
||||||
|
|||||||
Reference in New Issue
Block a user