|
|
@ -81,18 +81,18 @@ jobs:
|
|
|
|
if: ${{ success() && github.repository == 'calamares/calamares' }}
|
|
|
|
if: ${{ success() && github.repository == 'calamares/calamares' }}
|
|
|
|
uses: ./.github/actions/notify-push
|
|
|
|
uses: ./.github/actions/notify-push
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
TOKEN: ${{ secrets.MATRIX_TOKEN }}
|
|
|
|
token: ${{ secrets.MATRIX_TOKEN }}
|
|
|
|
ROOM: ${{ secrets.MATRIX_ROOM }}
|
|
|
|
room: ${{ secrets.MATRIX_ROOM }}
|
|
|
|
MESSAGE: |
|
|
|
|
message: |
|
|
|
|
OK ${{ github.workflow }} in ${{ github.repository }} by ${{ github.actor }} on ${{ github.event.ref }}
|
|
|
|
OK ${{ github.workflow }} in ${{ github.repository }} by ${{ github.actor }} on ${{ github.event.ref }}
|
|
|
|
.. ${{ steps.pre_build.outputs.message }}
|
|
|
|
.. ${{ steps.pre_build.outputs.message }}
|
|
|
|
- name: "notify: fail"
|
|
|
|
- name: "notify: fail"
|
|
|
|
if: ${{ failure() && github.repository == 'calamares/calamares' }}
|
|
|
|
if: ${{ failure() && github.repository == 'calamares/calamares' }}
|
|
|
|
uses: ./.github/actions/notify-push
|
|
|
|
uses: ./.github/actions/notify-push
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
TOKEN: ${{ secrets.MATRIX_TOKEN }}
|
|
|
|
token: ${{ secrets.MATRIX_TOKEN }}
|
|
|
|
ROOM: ${{ secrets.MATRIX_ROOM }}
|
|
|
|
room: ${{ secrets.MATRIX_ROOM }}
|
|
|
|
MESSAGE: |
|
|
|
|
message: |
|
|
|
|
FAIL ${{ github.workflow }} in ${{ github.repository }} by ${{ github.actor }} on ${{ github.event.ref }}
|
|
|
|
FAIL ${{ github.workflow }} in ${{ github.repository }} by ${{ github.actor }} on ${{ github.event.ref }}
|
|
|
|
.. ${{ steps.pre_build.outputs.message }}
|
|
|
|
.. ${{ steps.pre_build.outputs.message }}
|
|
|
|
.. ${{ github.event.compare }}
|
|
|
|
.. ${{ github.event.compare }}
|
|
|
|