Skip to content

Commit 0de17d5

Browse files
authored
修改单引号为双引号
单引号中参数获取失败
1 parent 121acea commit 0de17d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/devops-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: |
2323
git branch
2424
ls -l
25-
sed -i 's/${PROD}/${TESTING}/g' web/.env.production
25+
sed -i "s/${PROD}/${TESTING}/g" web/.env.production
2626
- name: Use Node.js ${{ matrix.node-version }}
2727
uses: actions/[email protected]
2828
with:

0 commit comments

Comments
 (0)