We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0434970 commit 450875eCopy full SHA for 450875e
.github/workflows/deploy-esc.yml
@@ -50,5 +50,5 @@ jobs:
50
docker images &&
51
echo "-----------正在运行的服务--------" &&
52
docker ps &&
53
- cd //service_env/ && git reset --hard && git pull origin master &&
+ cd //service_env/ && git reset --hard && git pull origin main &&
54
bash ./scripts/book_doc.deploy.sh jsc ${{steps.version.outputs.value}}
0 commit comments