From cd7ac9e8715df3c424200c59754738e03d8fe03e Mon Sep 17 00:00:00 2001 From: Swati Goel Date: Thu, 9 May 2024 00:36:42 +0530 Subject: [PATCH] [INJIMOB-990] - fix step to get client-id based on app flavor Signed-off-by: Swati Goel --- .github/workflows/internal-build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/internal-build.yml b/.github/workflows/internal-build.yml index 8c44d25eed..c94be9cc45 100644 --- a/.github/workflows/internal-build.yml +++ b/.github/workflows/internal-build.yml @@ -86,9 +86,10 @@ jobs: outputs: CLIENT_ID: ${{ steps.client-id.outputs.CLIENT_ID }} steps: + - uses: actions/checkout@v3.1.0 - name: Set Google client id id: client-id - run: + run: | cd .github/scripts ./set-google-clientid.sh "$INJI_FLAVOR" env: