Skip to content

Commit

Permalink
Remove extra "
Browse files Browse the repository at this point in the history
  • Loading branch information
oxve committed Sep 18, 2024
1 parent 83341f7 commit 654d344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/on_device_tests/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ runs:
echo "PROJECT_NAME=$(gcloud config get-value project)" >> $GITHUB_ENV
# Test results and logs
echo "GCS_RESULTS_PATH=gs://cobalt-unittest-storage/results/${{ github.run_id }}/${{ github.job }}"/" >> $GITHUB_ENV
echo "GCS_RESULTS_PATH=gs://cobalt-unittest-storage/results/${{ github.run_id }}/${{ github.job }}/" >> $GITHUB_ENV
# Boot loader env
if [ "${COBALT_EVERGREEN_LOADER}" != "null" ]; then
Expand Down

0 comments on commit 654d344

Please sign in to comment.