From faec601948286fdc821320ecd6aba5b4c113ddea Mon Sep 17 00:00:00 2001 From: Tim Sandquist Date: Sun, 6 Dec 2020 17:16:47 -0600 Subject: [PATCH] Update source for GitHub Actions --- .github/workflows/notify-issue.yaml | 2 +- .github/workflows/notify-pr.yaml | 2 +- .github/workflows/notify-push.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/notify-issue.yaml b/.github/workflows/notify-issue.yaml index 6091dc2486e..136116c9024 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 9caf31d8490..6a362b23e3c 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 0fd14271648..d465b27dc1f 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: