fix: bash dollar escape

This commit is contained in:
Carlos Galindo 2026-06-17 11:30:51 +02:00
commit 9cfb70b00a

View file

@ -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]"