Skip to content

Commit

Permalink
Update notification.yml
Browse files Browse the repository at this point in the history
we won't send whole commit message to IRC
  • Loading branch information
cmeissner committed Dec 9, 2021
1 parent 853834c commit 0f9164b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/notification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
sasl_password: ${{ secrets.LIBERA_CHATBOT_PASSWORD }}
message: |
${{ github.actor }} pushed ${{ github.event.ref }} ${{ github.event.compare }}
${{ join(github.event.commits.*.message) }}
- name: irc pull request
uses: rectalogic/notify-irc@v1
if: github.event_name == 'pull_request'
Expand Down

0 comments on commit 0f9164b

Please sign in to comment.