mirror of
https://github.com/jmcorgan/fips.git
synced 2026-07-30 19:46:15 +00:00
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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user