Skip to content

Commit

Permalink
chore: add base parameter to create-pull-request job
Browse files Browse the repository at this point in the history
Signed-off-by: gatici <[email protected]>
  • Loading branch information
gatici committed Dec 18, 2024
1 parent 77d2fac commit 46518f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,12 +164,13 @@ jobs:
- name: Create Pull Request
uses: peter-evans/create-pull-request@v7
with:
base: ${{ github.ref_name }}
token: ${{ secrets.GH_OMEC_PAT }}
commit-message: Update version
committer: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
author: ${{ github.actor }} <${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com>
signoff: true
branch: version-update
branch: "chore/version-update"
delete-branch: true
title: Update version
body: |
Expand Down

0 comments on commit 46518f7

Please sign in to comment.