Skip to content
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.

Commit

Permalink
ci: fix notify
Browse files Browse the repository at this point in the history
  • Loading branch information
ambition-echo committed Feb 10, 2023
1 parent f3f94ac commit 153c9a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/notify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
python-version: '3.11'
- run: pip install matrix_client
- name: send message
run: python3 matrix_notify.py
run: python3 notify.py
env:
SERVER: https://matrix.org
ROOMID: ${{ secrets.ROOM_ID }}
Expand Down

0 comments on commit 153c9a0

Please sign in to comment.