diff --git a/.github/workflows/notify-issue.yaml b/.github/workflows/notify-issue.yaml index 6091dc2486..136116c902 100644 --- a/.github/workflows/notify-issue.yaml +++ b/.github/workflows/notify-issue.yaml @@ -15,7 +15,7 @@ jobs: with: url: "${{ github.event.issue.html_url }}" - name: "Issue Notification" - uses: Gottox/irc-message-action@master + uses: Gottox/irc-message-action@main continue-on-error: true if: github.repository == 'void-linux/void-packages' with: diff --git a/.github/workflows/notify-pr.yaml b/.github/workflows/notify-pr.yaml index 9caf31d849..6a362b23e3 100644 --- a/.github/workflows/notify-pr.yaml +++ b/.github/workflows/notify-pr.yaml @@ -15,7 +15,7 @@ jobs: with: url: "${{ github.event.pull_request.html_url }}" - name: "Pull Request Notification" - uses: Gottox/irc-message-action@master + uses: Gottox/irc-message-action@main continue-on-error: true if: github.repository == 'void-linux/void-packages' with: diff --git a/.github/workflows/notify-push.yaml b/.github/workflows/notify-push.yaml index 0fd1427164..d465b27dc1 100644 --- a/.github/workflows/notify-push.yaml +++ b/.github/workflows/notify-push.yaml @@ -15,7 +15,7 @@ jobs: with: url: "${{ github.event.compare }}" - name: "Push Notification" - uses: Gottox/irc-message-action@master + uses: Gottox/irc-message-action@main continue-on-error: true if: github.repository == 'void-linux/void-packages' with: