Skip to content

Commit

Permalink
[INJIMOB-990] - fix step to get client-id based on app flavor
Browse files Browse the repository at this point in the history
Signed-off-by: Swati Goel <[email protected]>
  • Loading branch information
swatigoel committed May 8, 2024
1 parent 9b1b82a commit cd7ac9e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/internal-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,10 @@ jobs:
outputs:
CLIENT_ID: ${{ steps.client-id.outputs.CLIENT_ID }}
steps:
- uses: actions/[email protected]
- name: Set Google client id
id: client-id
run:
run: |
cd .github/scripts
./set-google-clientid.sh "$INJI_FLAVOR"
env:
Expand Down

0 comments on commit cd7ac9e

Please sign in to comment.