Skip to content

Commit 402551b

Browse files
authored
Merge pull request #73 from jsinglet/jsinglet/bump2
fix to bump
2 parents e451f27 + 31d093a commit 402551b

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)