Skip to content

Commit

Permalink
ci: add version in branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
dexturr committed May 3, 2024
1 parent 2531f68 commit 10635f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/regenerate_protos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
skip_fetch: true
skip_checkout: true
create_branch: true
branch: chore/update-protos-to-latest
branch: chore/update-protos-to-${{ inputs.tag }}
- name: create pull request
run: gh pr create -B main -H chore/update-protos-to-latest --title 'Update protos to version ${{ inputs.tag }}' --body 'Autocreated protos update'
run: gh pr create -B main -H chore/update-protos-to-${{ inputs.tag }} --title 'Update protos to version ${{ inputs.tag }}' --body 'Autocreated protos update'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 10635f9

Please sign in to comment.