Skip to content

Commit

Permalink
Update android-perf.yml to fix set-output and jq usage
Browse files Browse the repository at this point in the history
  • Loading branch information
huydhn authored Jul 29, 2024
1 parent 791e67e commit 30c9bf7
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 @@ -51,7 +51,7 @@ jobs:
id: set-models
run: |
MODELS="${{ inputs.models || 'stories110M' }}"
echo "::set-output name=models::$(echo $MODELS | jq -R 'split(",")')"
echo "models='$(echo $MODELS | jq -Rc 'split(",")')'" >> $GITHUB_OUTPUT
export-models:
name: export-models
Expand Down

0 comments on commit 30c9bf7

Please sign in to comment.