diff --git a/.github/workflows/generate_idehelper.yml b/.github/workflows/generate_idehelper.yml index 5d5df82d..50b3dee8 100644 --- a/.github/workflows/generate_idehelper.yml +++ b/.github/workflows/generate_idehelper.yml @@ -50,7 +50,7 @@ jobs: run: | git config --global user.name "github-actions[bot]" git config --global user.email "github-actions[bot]@users.noreply.github.com" - BRANCH_NAME="update-ide-helper-$(date +%Y%m%d%H%M%S)" + BRANCH_NAME="maint/update-ide-helper-$(date +%Y%m%d%H%M%S)" echo "branch_name=${BRANCH_NAME}" >> $GITHUB_ENV git checkout -b $BRANCH_NAME git add .