We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e451f27 + 31d093a commit 402551bCopy full SHA for 402551b
.github/workflows/bump-version.yml
@@ -21,7 +21,6 @@ jobs:
21
run: |
22
bash ./scripts/bump_version.sh ${{ github.event.inputs.new_version }}
23
24
- - uses: actions/checkout@v3
25
- name: Create Pull Request
26
uses: peter-evans/create-pull-request@v4
27
with:
@@ -30,4 +29,4 @@ jobs:
30
29
commit-message: "Version bump to ${{ github.event.inputs.new_version }}."
31
team-reviewers: github/codeql-coding-standards
32
delete-branch: true
33
- branch: "codeql/version-bump-${{ github.event.inputs.new_version }}"
+ branch: "automation/version-bump-${{ github.event.inputs.new_version }}"
0 commit comments