Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Sams, Roland authored and Sams, Roland committed Mar 27, 2024
1 parent 810b733 commit b982d6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy-gmr-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: Update environment file
run: |
sed -i 's+'production'+${{secrets.GMR_PRODUCTION}}+g' src/environments/environment.prod.ts
sed -i "s+'production'+${{secrets.GMR_PRODUCTION}}+g" src/environments/environment.prod.ts
sed -i "s+'publictest'+${{secrets.GMR_PUBLICTEST}}+g" src/environments/environment.prod.ts
sed -i "s+'appTitle'+${{secrets.GMR_APPTITLE}}+g" src/environments/environment.prod.ts
sed -i "s+'apiUrl'+${{secrets.GMR_APIURL}}+g" src/environments/environment.prod.ts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy-mkj-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: Update environment file
run: |
sed -i 's+'production'+${{secrets.MKJ_PRODUCTION}}+g' src/environments/environment.prod.ts
sed -i "s+'production'+${{secrets.MKJ_PRODUCTION}}+g" src/environments/environment.prod.ts
sed -i "s+'publictest'+${{secrets.MKJ_PUBLICTEST}}+g" src/environments/environment.prod.ts
sed -i "s+'appTitle'+${{secrets.MKJ_APPTITLE}}+g" src/environments/environment.prod.ts
sed -i "s+'apiUrl'+${{secrets.MKJ_APIURL}}+g" src/environments/environment.prod.ts
Expand Down

0 comments on commit b982d6b

Please sign in to comment.