From 881e0357a18af64efa4a761222e759b6c3615935 Mon Sep 17 00:00:00 2001 From: "Xinwei Xiong(cubxxw-openim)" <3293172751nss@gmail.com> Date: Mon, 17 Jul 2023 15:31:01 +0800 Subject: [PATCH] feat: add test file Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com> --- .github/workflows/openimci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/openimci.yml b/.github/workflows/openimci.yml index 38c872513..9e3e1ce19 100644 --- a/.github/workflows/openimci.yml +++ b/.github/workflows/openimci.yml @@ -103,12 +103,12 @@ jobs: with: commit_message: "cicd: robot automated Change" commit_options: '--no-verify --signoff' - branch: main - create_branch: true - # Optional commit user and author settings - commit_user_name: kubbot # defaults to "github-actions[bot]" - commit_user_email: 3293172751ysy@gmail.com # defaults to "41898282+github-actions[bot]@users.noreply.github.com" - commit_author: Kubbot # defaults to author of the commit that triggered the run + # branch: main + # create_branch: true + # # Optional commit user and author settings + # commit_user_name: kubbot # defaults to "github-actions[bot]" + # commit_user_email: 3293172751ysy@gmail.com # defaults to "41898282+github-actions[bot]@users.noreply.github.com" + # commit_author: Kubbot # defaults to author of the commit that triggered the run - name: Collect Test Coverage File uses: actions/upload-artifact@v1.0.0