Skip to content

Commit

Permalink
Create irc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
silv3rr authored Dec 6, 2024
1 parent 8ceb498 commit fbfc61f
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/irc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: "Push Notification"
on: push

jobs:
test:
runs-on: ubuntu-latest
steps:
- name: irc push
uses: rectalogic/notify-irc@v1
if: github.event_name == 'push'
with:
channel: "#glhelp"
server: "efnet.port80.se"
nickname: shithub
message: |-
${{ github.actor }} pushed ${{ github.event.ref }} ${{ github.event.compare }}
commit: ${{ join(github.event.commits.*.message, ', ') }}

0 comments on commit fbfc61f

Please sign in to comment.