Skip to content

Commit

Permalink
Wrong quotes?
Browse files Browse the repository at this point in the history
  • Loading branch information
huydhn committed Jul 29, 2024
1 parent 13cb4da commit 5ec0c8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android-perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
run: |
set -ex
MODELS="${{ inputs.models || 'stories110M' }}"
echo "models='$(echo $MODELS | jq -Rc 'split(",")')'" >> $GITHUB_OUTPUT
echo "models=$(echo $MODELS | jq -Rc 'split(",")')" >> $GITHUB_OUTPUT
export-models:
name: export-models
Expand Down

0 comments on commit 5ec0c8e

Please sign in to comment.