Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1c60e58

Browse filesBrowse files
committed
fix to bump
1 parent 038291f commit 1c60e58
Copy full SHA for 1c60e58

File tree

1 file changed

+1
-2
lines changed
Filter options

1 file changed

+1
-2
lines changed

‎.github/workflows/bump-version.yml

Copy file name to clipboardExpand all lines: .github/workflows/bump-version.yml
+1-2Lines changed: 1 addition & 2 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.