Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Update source for GitHub Actions
@ 2020-12-06 23:24 tsndqst
  2020-12-07 18:46 ` [PR PATCH] [Merged]: Update GitHub Actions source to fix push notifications leahneukirchen
  0 siblings, 1 reply; 2+ messages in thread
From: tsndqst @ 2020-12-06 23:24 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 664 bytes --]

There is a new pull request by tsndqst against master on the void-packages repository

https://github.com/tsndqst/void-packages fix-workflow
https://github.com/void-linux/void-packages/pull/27007

Update source for GitHub Actions
While submitting a PR I noticed that the GitHub Workflows were failing.  The default branch has been renamed from `master` to `main` on the https://github.com/Gottox/irc-message-action repo.

This is the error from the workflow: 
```
Error: Unable to resolve action `Gottox/irc-message-action@master`, unable to find version `master`
```

A patch file from https://github.com/void-linux/void-packages/pull/27007.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-fix-workflow-27007.patch --]
[-- Type: text/x-diff, Size: 2002 bytes --]

From faec601948286fdc821320ecd6aba5b4c113ddea Mon Sep 17 00:00:00 2001
From: Tim Sandquist <tim.sandquist@gmail.com>
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:

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Merged]: Update GitHub Actions source to fix push notifications
  2020-12-06 23:24 [PR PATCH] Update source for GitHub Actions tsndqst
@ 2020-12-07 18:46 ` leahneukirchen
  0 siblings, 0 replies; 2+ messages in thread
From: leahneukirchen @ 2020-12-07 18:46 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 530 bytes --]

There's a merged pull request on the void-packages repository

Update GitHub Actions source to fix push notifications
https://github.com/void-linux/void-packages/pull/27007

Description:
While submitting a PR I noticed that the GitHub Workflows were failing.  The default branch has been renamed from `master` to `main` on the https://github.com/Gottox/irc-message-action repo.

This is the error from the workflow: 
```
Error: Unable to resolve action `Gottox/irc-message-action@master`, unable to find version `master`
```

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-12-07 18:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-06 23:24 [PR PATCH] Update source for GitHub Actions tsndqst
2020-12-07 18:46 ` [PR PATCH] [Merged]: Update GitHub Actions source to fix push notifications leahneukirchen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).