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
|
||||
[archpkgs.git.cgj.es]
|
||||
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
|
||||
pacman -Sy --noconfirm --noprogressbar git sudo nodejs ${{ inputs.extra_pkgs }}
|
||||
echo "##[endgroup]"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue