Update sed delimiter to use # instead of / in push.yml
This commit is contained in:
parent
2c3b26a809
commit
c55f1d6afc
2
.github/workflows/push.yml
vendored
2
.github/workflows/push.yml
vendored
@ -37,7 +37,7 @@ jobs:
|
||||
replace_env() {
|
||||
local env_var=$1
|
||||
local new_value=$2
|
||||
sed -i "s/${env_var}=.*/${env_var}=${new_value}/" .env
|
||||
sed -i "s#${env_var}=.*#${env_var}=${new_value}#" .env
|
||||
}
|
||||
|
||||
cd ${{ secrets.PATH }}
|
||||
|
Loading…
Reference in New Issue
Block a user