Update source for GitHub Actions

This commit is contained in:
Tim Sandquist 2020-12-06 17:16:47 -06:00 committed by Leah Neukirchen
parent 21542f9739
commit b9da5abd55
3 changed files with 3 additions and 3 deletions

View file

@ -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:

View file

@ -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:

View file

@ -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: