From 72df393c2293851b9c477b47379b5d47c0c31bc9 Mon Sep 17 00:00:00 2001 From: Buck Evan Date: Fri, 10 May 2024 13:38:58 -0500 Subject: [PATCH] don't put gs:// twice --- _send-to-devinfra-metrics/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_send-to-devinfra-metrics/action.yml b/_send-to-devinfra-metrics/action.yml index b8d09a4..191ecb7 100644 --- a/_send-to-devinfra-metrics/action.yml +++ b/_send-to-devinfra-metrics/action.yml @@ -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="