Update Arch Linux action username
This broke due to the username being changed, and GitHub does not appear to put any redirects in place.
This commit is contained in:
parent
223ecf7c30
commit
275c130845
2
.github/workflows/publish.yaml
vendored
2
.github/workflows/publish.yaml
vendored
@ -132,7 +132,7 @@ jobs:
|
|||||||
echo "VERSION=${TAG#v}" >> $GITHUB_ENV
|
echo "VERSION=${TAG#v}" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Validate package
|
- name: Validate package
|
||||||
uses: hapakaien/archlinux-package-action@v2
|
uses: heyhusen/archlinux-package-action@v2
|
||||||
env:
|
env:
|
||||||
VERSION: ${{ env.VERSION }}
|
VERSION: ${{ env.VERSION }}
|
||||||
with:
|
with:
|
||||||
|
Reference in New Issue
Block a user