Skip to content

Commit

Permalink
IPFM-1832: Update create-pull-request to the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
maksbond23 committed May 16, 2024
1 parent 2ef67d4 commit af3e2bf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/update-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,13 @@ jobs:
git push origin create-release --force
- name: Create PR
uses: scorebet/create-pull-request@v5
uses: scorebet/create-pull-request@v6
with:
token: ${{ secrets.GITHUB_TOKEN }}
branch: create-release
base: main
commit-message: "Create release v${{ github.event.inputs.version }}"
title: "Create release v${{ github.event.inputs.version }}"
body: ":crown: Create release v${{ github.event.inputs.version }}"
committer: "scorebet-bot <[email protected]"
author: "scorebet-bot <[email protected]"

0 comments on commit af3e2bf

Please sign in to comment.