fix: bash dollar escape
This commit is contained in:
parent
55439d23ad
commit
9cfb70b00a
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ runs:
|
||||||
cat >> /etc/pacman.conf <<EOF
|
cat >> /etc/pacman.conf <<EOF
|
||||||
[archpkgs.git.cgj.es]
|
[archpkgs.git.cgj.es]
|
||||||
SigLevel = Required
|
SigLevel = Required
|
||||||
Server = https://git.cgj.es/api/packages/archpkgs/arch/pkgs/$arch
|
Server = https://git.cgj.es/api/packages/archpkgs/arch/pkgs/\$arch
|
||||||
EOF
|
EOF
|
||||||
pacman -Sy --noconfirm --noprogressbar git sudo nodejs ${{ inputs.extra_pkgs }}
|
pacman -Sy --noconfirm --noprogressbar git sudo nodejs ${{ inputs.extra_pkgs }}
|
||||||
echo "##[endgroup]"
|
echo "##[endgroup]"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue