Skip to content

Commit

Permalink
Fix curly brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
oxve committed Dec 28, 2024
1 parent 848fc94 commit 58ba9cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,5 @@ runs:
with:
test_artifacts_key: ${{ inputs.test_artifacts_key }}
on_host: ${{ inputs.upload_on_host_test_artifacts }}
on_device: ${{ inputs.upload_on_device }_test_artifacts}
on_device: ${{ inputs.upload_on_device_test_artifacts }}
test_targets_json: ${{ env.TEST_TARGETS }}

0 comments on commit 58ba9cc

Please sign in to comment.