From 275c130845bb9eb4df38b83e3c56fce8fdbb014b Mon Sep 17 00:00:00 2001 From: Asher Date: Wed, 6 Mar 2024 14:04:01 -0900 Subject: [PATCH] Update Arch Linux action username This broke due to the username being changed, and GitHub does not appear to put any redirects in place. --- .github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index e38a26f30..31ef97754 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -132,7 +132,7 @@ jobs: echo "VERSION=${TAG#v}" >> $GITHUB_ENV - name: Validate package - uses: hapakaien/archlinux-package-action@v2 + uses: heyhusen/archlinux-package-action@v2 env: VERSION: ${{ env.VERSION }} with: