From e8db173504daa69005fc0cd3e16a08354e10e5d8 Mon Sep 17 00:00:00 2001 From: Joshua Ji Date: Sun, 7 Jan 2024 05:20:56 +0000 Subject: [PATCH] fix yaml syntax errs --- .github/workflows/_deployment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/_deployment.yml b/.github/workflows/_deployment.yml index 00e639b..0bf63af 100644 --- a/.github/workflows/_deployment.yml +++ b/.github/workflows/_deployment.yml @@ -21,7 +21,7 @@ jobs: - name: Google Auth id: auth - uses: ' + uses: google-github-actions/auth@v2 with: token_format: 'access_token' workload_identity_provider: '${{ secrets.WIF_PROVIDER }}'