From 1c60e5826e306568d2ce887a63565fb67845eaa4 Mon Sep 17 00:00:00 2001 From: "John L. Singleton" Date: Wed, 31 Aug 2022 14:48:07 -0400 Subject: [PATCH] fix to bump --- .github/workflows/bump-version.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/bump-version.yml b/.github/workflows/bump-version.yml index 509ac3b4d1..aa3bb668ca 100644 --- a/.github/workflows/bump-version.yml +++ b/.github/workflows/bump-version.yml @@ -21,7 +21,6 @@ jobs: run: | bash ./scripts/bump_version.sh ${{ github.event.inputs.new_version }} - - uses: actions/checkout@v3 - name: Create Pull Request uses: peter-evans/create-pull-request@v4 with: @@ -30,4 +29,4 @@ jobs: commit-message: "Version bump to ${{ github.event.inputs.new_version }}." team-reviewers: github/codeql-coding-standards delete-branch: true - branch: "codeql/version-bump-${{ github.event.inputs.new_version }}" + branch: "automation/version-bump-${{ github.event.inputs.new_version }}"