Skip to content

Commit

Permalink
fix error from copying
Browse files Browse the repository at this point in the history
  • Loading branch information
lehmanju committed May 9, 2024
1 parent 2417b75 commit 5c0e084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scheduled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }}
Expand Down

0 comments on commit 5c0e084

Please sign in to comment.