summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas R <nicolas@atoomic.org>2022-12-20 15:41:33 -0700
committerℕicolas ℝ <nicolas@atoomic.org>2022-12-20 17:13:41 -0700
commitef9ee31805bb5bc21534acf41c8c99e4a5aefcd2 (patch)
tree44b642a6ed20801dd833f27a7e5e2db79a16b74e
parent314a24817c7acf6b814a9002ebe00ea4c5f3b01d (diff)
downloadperl-ef9ee31805bb5bc21534acf41c8c99e4a5aefcd2.tar.gz
irc-notifications: update notify-irc
Update notify-irc action to v2
-rw-r--r--.github/workflows/irc-notifications.yaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/irc-notifications.yaml b/.github/workflows/irc-notifications.yaml
index d19f301ef7..b8ca939b48 100644
--- a/.github/workflows/irc-notifications.yaml
+++ b/.github/workflows/irc-notifications.yaml
@@ -84,7 +84,7 @@ jobs:
echo "SUMUP: $SUMUP"
- name: irc push
- uses: rectalogic/notify-irc@v1
+ uses: rectalogic/notify-irc@v2
if: github.event_name == 'push' && github.ref != 'refs/heads/blead'
with:
server: ${{ env.server }}
@@ -97,7 +97,7 @@ jobs:
${{ github.event.compare }}"
- name: irc push to blead
- uses: rectalogic/notify-irc@v1
+ uses: rectalogic/notify-irc@v2
if: github.event_name == 'push' && github.ref == 'refs/heads/blead'
with:
server: ${{ env.server }}
@@ -146,7 +146,7 @@ jobs:
echo "TITLE: $TITLE"
- name: irc opened pull request
- uses: rectalogic/notify-irc@v1
+ uses: rectalogic/notify-irc@v2
if: github.event_name == 'pull_request' && github.event.action == 'opened'
with:
server: ${{ env.server }}
@@ -160,7 +160,7 @@ jobs:
${{ github.event.pull_request.html_url }}"
- name: irc synchronize pull request
- uses: rectalogic/notify-irc@v1
+ uses: rectalogic/notify-irc@v2
if: github.event_name == 'pull_request' && github.event.action == 'synchronize'
with:
server: ${{ env.server }}