Fix AUR publish workflow bash --command error

Bump KSXGitHub/github-actions-deploy-aur from v4.1.1 to v4.1.2,
which fixes the runuser invocation that caused "bash: --command:
invalid option" during SSH initialization.
This commit is contained in:
Origami74
2026-04-14 15:25:11 +01:00
parent 7780dffa93
commit c009eb7514
+1 -1
View File
@@ -22,7 +22,7 @@ jobs:
sed -i "s/^pkgver=.*/pkgver=${VERSION}/" packaging/aur/PKGBUILD sed -i "s/^pkgver=.*/pkgver=${VERSION}/" packaging/aur/PKGBUILD
- name: Publish to AUR - name: Publish to AUR
uses: KSXGitHub/github-actions-deploy-aur@v4.1.1 uses: KSXGitHub/github-actions-deploy-aur@v4.1.2
with: with:
pkgname: fips pkgname: fips
pkgbuild: packaging/aur/PKGBUILD pkgbuild: packaging/aur/PKGBUILD