From 758a1e99621706a45e1a8f84fc8bcfe0328f5446 Mon Sep 17 00:00:00 2001 From: "Xinwei Xiong(cubxxw-openim)" <3293172751nss@gmail.com> Date: Mon, 17 Jul 2023 15:22:07 +0800 Subject: [PATCH] feat: add test file Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com> --- .github/workflows/openimci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/openimci.yml b/.github/workflows/openimci.yml index 1b7205bee..7660afbd2 100644 --- a/.github/workflows/openimci.yml +++ b/.github/workflows/openimci.yml @@ -103,6 +103,9 @@ jobs: with: commit_message: Automated Change commit_options: '--no-verify --signoff' + branch: feature-123 + push_options: '--force' + 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"