From 91354b13575bc14906986de754ed74c19da60e75 Mon Sep 17 00:00:00 2001 From: Andreas Visagie u21430901 Date: Fri, 22 Sep 2023 21:41:50 +0200 Subject: [PATCH] Fixed Sed args --- .github/workflows/firebase_dev.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/firebase_dev.yml b/.github/workflows/firebase_dev.yml index a4a22b22..0566f44c 100644 --- a/.github/workflows/firebase_dev.yml +++ b/.github/workflows/firebase_dev.yml @@ -24,8 +24,8 @@ jobs: - name: Inject Developer tags run: | sed -i 's||DEVELOPER SITE|g' app/WhereIsThePower/src/app/app.component.html - sed -i 's/Where Is The Power/<title>WITP {DEV}/g' app/WhereIsThePower/src/app/app.component.html - sed -i 's/href="assets/icon/favicon.ico"/href="assets/Ramp.svg"/g' app/WhereIsThePower/src/index.html + sed -i 's|<h2>Where is the Power?<|<h2>WITP-DEV<|g' app/WhereIsThePower/src/app/app.component.html + sed -i 's|href="assets/icon/favicon.ico"|href="assets/Ramp.svg"|g' app/WhereIsThePower/src/index.html - name: update Prod ENV file run: |