Compare commits

...

No commits in common. "9ccd67ec69611383bc204e69342c61f38e312804" and "1f52bb93465f27ab4fbc991c5aee76e97023c115" have entirely different histories.

View file

@ -14,17 +14,17 @@ steps:
- name: notifiy
image: bash
secrets:
- source: matrix_homeserver
target: address
- source: matrix_roomid
target: room
- source: matrix_username
target: user
- source: matrix_password
target: pass
environment:
ADDRESS:
from_secret: matrix_homeserver
ROOM:
from_secret: matrix_roomid
USER:
from_secret: matrix_username
PASS:
from_secret: matrix_password
commands:
- nix run '.#matrix-notifier'
- nix run github:ambroisie/matrix-notifier
when:
status:
- failure