From 1754cd3c043b8711efac49a03e79e9dce0ade834 Mon Sep 17 00:00:00 2001 From: "Xinwei Xiong(cubxxw-openim)" <3293172751nss@gmail.com> Date: Mon, 17 Jul 2023 15:26:33 +0800 Subject: [PATCH] feat: add test file Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com> --- .github/workflows/openimci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/openimci.yml b/.github/workflows/openimci.yml index 7660afbd2..38c872513 100644 --- a/.github/workflows/openimci.yml +++ b/.github/workflows/openimci.yml @@ -101,10 +101,9 @@ jobs: - name: push OpenIM uses: stefanzweifel/git-auto-commit-action@v4 with: - commit_message: Automated Change + commit_message: "cicd: robot automated Change" commit_options: '--no-verify --signoff' - branch: feature-123 - push_options: '--force' + branch: main create_branch: true # Optional commit user and author settings commit_user_name: kubbot # defaults to "github-actions[bot]"