Skip to content

Commit

Permalink
Update rectalogic/notify-irc action to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 24, 2022
1 parent 7b1d2f5 commit 2f63ee2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/notify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: irc push
uses: rectalogic/notify-irc@v1
uses: rectalogic/notify-irc@v2
if: github.event_name == 'push'
with:
channel: "#entropy_rocks_commits"
Expand All @@ -16,15 +16,15 @@ jobs:
${{ github.actor }} pushed ${{ github.event.ref }} ${{ github.event.compare }}
${{ join(github.event.commits.*.message) }}
- name: irc pull request
uses: rectalogic/notify-irc@v1
uses: rectalogic/notify-irc@v2
if: github.event_name == 'pull_request'
with:
channel: "#entropy_rocks_commits"
nickname: my-github-notifier
message: |
${{ github.actor }} opened PR ${{ github.event.pull_request.html_url }}
- name: irc tag created
uses: rectalogic/notify-irc@v1
uses: rectalogic/notify-irc@v2
if: github.event_name == 'create' && github.event.ref_type == 'tag'
with:
channel: "#entropy_rocks_commits"
Expand Down

0 comments on commit 2f63ee2

Please sign in to comment.