ci: 暂停自动提交功能

- 注释掉了 .cnb.yml 文件中的 commit 步骤
- 保留了 sync to github 步骤
This commit is contained in:
eryajf
2025-04-12 09:40:08 +08:00
parent 0fea7b437b
commit 7bd6f33895

View File

@@ -12,13 +12,13 @@ main:
# userEmail: ${USER_EMAIL} # userEmail: ${USER_EMAIL}
# loginUserName: ${LOGIN_USER_NAME} # loginUserName: ${LOGIN_USER_NAME}
# loginPassword: ${LOGIN_PASSWORD} # loginPassword: ${LOGIN_PASSWORD}
- name: commit # - name: commit
image: tencentcom/git-commit:latest # image: tencentcom/git-commit:latest
settings: # settings:
add: # add:
- learning-weekly.xml # - learning-weekly.xml
commitMessage: "commit by ci" # commitMessage: "commit by ci"
pushCurrent: true # pushCurrent: true
- name: sync to github - name: sync to github
image: tencentcom/git-sync image: tencentcom/git-sync
imports: https://cnb.cool/eryajf/build-env/-/blob/main/env.yaml imports: https://cnb.cool/eryajf/build-env/-/blob/main/env.yaml