Skip to content

Commit

Permalink
FS_LEVEL变量写入serverless.yml时缩进位错误,导致部署触发器时报错
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas-Gong authored Feb 18, 2022
1 parent a581a9a commit 414eedd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_tencent_scf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ jobs:
if [ $JD_JOY_PARK ]; then sed -i "/variables/a\ JD_JOY_PARK: $JD_JOY_PARK" serverless.yml; fi;
if [ $HELPAUTHOR_WXJ ]; then sed -i "/variables/a\ HELPAUTHOR_WXJ: $HELPAUTHOR_WXJ" serverless.yml; fi;
if [ $summer_movement_ShHelpFlag ]; then sed -i "/variables/a\ summer_movement_ShHelpFlag: $summer_movement_ShHelpFlag" serverless.yml; fi;
if [ $FS_LEVEL ]; then sed -i "/variables/a\ FS_LEVEL: $FS_LEVEL" serverless.yml; fi;
if [ $FS_LEVEL ]; then sed -i "/variables/a\ FS_LEVEL: $FS_LEVEL" serverless.yml; fi;
cat serverless.yml
env
Expand Down

0 comments on commit 414eedd

Please sign in to comment.