Skip to content

Commit 1c60e58

Browse files
committed
fix to bump
1 parent 038291f commit 1c60e58

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/bump-version.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
run: |
2222
bash ./scripts/bump_version.sh ${{ github.event.inputs.new_version }}
2323
24-
- uses: actions/checkout@v3
2524
- name: Create Pull Request
2625
uses: peter-evans/create-pull-request@v4
2726
with:
@@ -30,4 +29,4 @@ jobs:
3029
commit-message: "Version bump to ${{ github.event.inputs.new_version }}."
3130
team-reviewers: github/codeql-coding-standards
3231
delete-branch: true
33-
branch: "codeql/version-bump-${{ github.event.inputs.new_version }}"
32+
branch: "automation/version-bump-${{ github.event.inputs.new_version }}"

0 commit comments

Comments
 (0)