Skip to content

Commit 70aacc9

Browse files
Changed the Message that is Sent
1 parent e7ef1d3 commit 70aacc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- name: Send message to Matrix
1717
run: |
18-
BODY="GitHub event in $GITHUB_REPOSITORY: $GITHUB_EVENT_NAME by $GITHUB_ACTOR"
18+
BODY="$GITHUB_ACTOR has updated $GITHUB_REPOSITORY"
1919
curl -XPOST \
2020
"$MATRIX_HOMESERVER/_matrix/client/v3/rooms/$MATRIX_ROOM/send/m.room.message?access_token=$MATRIX_TOKEN" \
2121
-H "Content-Type: application/json" \

0 commit comments

Comments
 (0)