Skip to content

Commit

Permalink
Merge pull request #4 from sathwika-sj/patch-4
Browse files Browse the repository at this point in the history
Update push_trigger.yml
  • Loading branch information
sjkarthik authored Apr 1, 2024
2 parents 59ffebe + 072ebbc commit 99493ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push_trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
npm install
- name: Updating serverBaseURL.
run: |
find . -type f -name "*build.gradle" -print0 | xargs -0 sed -i "s/api.tfgov.idencode.link/${{ github.event.inputs.defaultServerBaseURL }}/g"
find . -type f -name "*build.gradle" -print0 | xargs -0 sed -i "s/api-internal.tfgov.idencode.link/${{ github.event.inputs.defaultServerBaseURL }}/g"
- name: Build Android Registration-Client
run: |
cd client
Expand Down

0 comments on commit 99493ff

Please sign in to comment.