This is an automated email from the ASF dual-hosted git repository. damccorm pushed a commit to branch users/damccorm/fixTestingBucket in repository https://gitbox.apache.org/repos/asf/beam.git
commit 14fe7dd5b81fc140cfb208269e2b7926f940e98b Author: Danny McCormick <[email protected]> AuthorDate: Fri Dec 2 10:05:04 2022 -0500 Fix broken typescript tests --- .github/workflows/typescript_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/typescript_tests.yml b/.github/workflows/typescript_tests.yml index 3d51ecb2675..2a9313efcc2 100644 --- a/.github/workflows/typescript_tests.yml +++ b/.github/workflows/typescript_tests.yml @@ -170,4 +170,4 @@ jobs: BEAM_SERVICE_OVERRIDES: '{"python:*": "python"}' GCP_PROJECT_ID: ${{ secrets.GCP_PROJECT_ID }} GCP_REGION: ${{ secrets.GCP_REGION }} - GCP_TESTING_BUCKET: ${{ secrets.GCP_TESTING_BUCKET }} + GCP_TESTING_BUCKET: 'gs://${{ secrets.GCP_TESTING_BUCKET }}/tmp'
