aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorTim Sandquist <tim.sandquist@gmail.com>2020-12-06 23:16:47 +0000
committerLeah Neukirchen <leah@vuxu.org>2020-12-07 18:46:12 +0000
commitb9da5abd559074d0ecb7ad1d07be3fb63e4bc9bf (patch)
tree3ff116afd49b97477540df3e4da3ab5348162382 /.github/workflows
parent21542f9739b1518ec2fb7ec6d31f80465377e3af (diff)
downloadvoid-packages-b9da5abd559074d0ecb7ad1d07be3fb63e4bc9bf.tar
void-packages-b9da5abd559074d0ecb7ad1d07be3fb63e4bc9bf.tar.gz
void-packages-b9da5abd559074d0ecb7ad1d07be3fb63e4bc9bf.tar.bz2
void-packages-b9da5abd559074d0ecb7ad1d07be3fb63e4bc9bf.tar.lz
void-packages-b9da5abd559074d0ecb7ad1d07be3fb63e4bc9bf.tar.xz
void-packages-b9da5abd559074d0ecb7ad1d07be3fb63e4bc9bf.tar.zst
void-packages-b9da5abd559074d0ecb7ad1d07be3fb63e4bc9bf.zip
Update source for GitHub Actions
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/notify-issue.yaml2
-rw-r--r--.github/workflows/notify-pr.yaml2
-rw-r--r--.github/workflows/notify-push.yaml2
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: