Skip to content

Commit 66261fb

Browse files
authored
Update irc-notify.yaml
1 parent b38a1c4 commit 66261fb

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

.github/workflows/irc-notify.yaml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,6 @@ jobs:
55
test:
66
runs-on: ubuntu-latest
77
steps:
8-
- name: irc push
9-
uses: rectalogic/notify-irc@v1
10-
if: github.event_name == 'push'
11-
with:
12-
channel: "#gonzobot-dev"
13-
nickname: tnr-git
14-
server: irc.snoonet.org
15-
sasl_password: ${{ secrets.IRC_PASSWORD }}
16-
message: |
17-
${{ github.actor }} pushed ${{ github.event.ref }} ${{ github.event.compare }}
18-
${{ join(github.event.commits.*.message) }}
198
- name: irc pull request
209
uses: rectalogic/notify-irc@v1
2110
if: github.event_name == 'pull_request'
@@ -25,7 +14,7 @@ jobs:
2514
server: irc.snoonet.org
2615
sasl_password: ${{ secrets.IRC_PASSWORD }}
2716
message: |
28-
${{ github.actor }} opened PR ${{ github.event.html_url }}
17+
${{ github.actor }} opened PR ${{ github.event.pull_request.html_url }}
2918
- name: irc tag created
3019
uses: rectalogic/notify-irc@v1
3120
if: github.event_name == 'create' && github.event.ref_type == 'tag'

0 commit comments

Comments
 (0)