mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
quotes
This commit is contained in:
parent
1592f45e7b
commit
7286aefd19
1 changed files with 1 additions and 1 deletions
|
|
@ -221,7 +221,7 @@ runs:
|
||||||
then
|
then
|
||||||
echo "flatpak_refs=$(cat ${{ github.workspace }}/${{ steps.flatpak_dependencies.outputs.flatpak_dir }}/list.txt)" >> $GITHUB_OUTPUT
|
echo "flatpak_refs=$(cat ${{ github.workspace }}/${{ steps.flatpak_dependencies.outputs.flatpak_dir }}/list.txt)" >> $GITHUB_OUTPUT
|
||||||
else
|
else
|
||||||
if [[ ${{ inputs.flatpak_remote_refs_dir }} != '' ]]
|
if [[ "${{ inputs.flatpak_remote_refs_dir }}" != '' ]]
|
||||||
then
|
then
|
||||||
echo "flatpak_refs=$(cat ${{ github.workspace }}/${{ inputs.flatpak_remote_refs_dir }}/*)" >> $GITHUB_OUTPUT
|
echo "flatpak_refs=$(cat ${{ github.workspace }}/${{ inputs.flatpak_remote_refs_dir }}/*)" >> $GITHUB_OUTPUT
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue