diff --git a/.github/workflows/scheduled.yaml b/.github/workflows/scheduled.yaml index b003754..f50d04e 100644 --- a/.github/workflows/scheduled.yaml +++ b/.github/workflows/scheduled.yaml @@ -40,7 +40,7 @@ jobs: run: | IMAGES="$(find images -mindepth 1 -maxdepth 1 -type d -printf %f\\n | jq -R -s -c 'split("\n")[:-1]')" INPUT="${{ inputs.apps }}" - echo "apps=${INPUT:-$IMAGES}" >> $GITHUB_OUTPUT + echo "apps=${$INPUT:-$IMAGES}" >> $GITHUB_OUTPUT build-images: if: ${{ inputs.action == null || inputs.action == 'build' }}