Skip to content

Commit

Permalink
don't put gs:// twice
Browse files Browse the repository at this point in the history
  • Loading branch information
bukzor committed May 10, 2024
1 parent f9c846f commit 72df393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _send-to-devinfra-metrics/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ runs:
run: |
(
echo "timestamp=$(date -u -Ins)"
echo "gcs_bucket=gs://$PROJECT--metrics"
echo "gcs_bucket=$PROJECT--metrics"
echo "sac_project=sac-$DEPLOY_ENVIRON-sa"
echo -n "workload_identity_provider="
Expand Down

0 comments on commit 72df393

Please sign in to comment.