Skip to content

Commit

Permalink
Update Arch Linux action username
Browse files Browse the repository at this point in the history
This broke due to the username being changed, and GitHub does not appear
to put any redirects in place.
  • Loading branch information
code-asher committed Mar 6, 2024
1 parent 223ecf7 commit 275c130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 275c130

Please sign in to comment.