Update source for GitHub Actions
This commit is contained in:
parent
21542f9739
commit
b9da5abd55
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue