Skip to content

Commit

Permalink
ci(chatbot): fix the chatbot message string
Browse files Browse the repository at this point in the history
  • Loading branch information
ROMemories committed Jan 21, 2025
1 parent 9453b44 commit fcbdd5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/matrix-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
room_id: ${{ secrets.MATRIX_ROOM_ID }}
access_token: ${{ secrets.MATRIX_ACCESS_TOKEN }}
message: "${{ message_label }}: [${{ github.event.pull_request.title }}](${{ github.event.pull_request.html_url }})"
message: "${{ env.message_label }}: [${{ github.event.pull_request.title }}](${{ github.event.pull_request.html_url }})"
server: "matrix.org"
message_type: "notice"

Expand Down

0 comments on commit fcbdd5b

Please sign in to comment.