Skip to content

Commit

Permalink
cidi: bump create pull request action
Browse files Browse the repository at this point in the history
Signed-off-by: ldelossa <ldelossa@redhat.com>
  • Loading branch information
ldelossa authored and ldelossa committed Nov 30, 2020
1 parent 5648439 commit a576bf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branch:
description: 'the branch to prepare the release against'
required: true
deault: 'main'
default: 'main'
tag:
description: 'the tag to be released'
required: true
Expand All @@ -30,7 +30,7 @@ jobs:
echo "creating change log for tag: ${{ github.event.inputs.tag }}"
/tmp/git-chglog --tag-filter-pattern "v4" --next-tag "${{ github.event.inputs.tag }}" -o CHANGELOG.md v4.0.0-alpha.2..
- name: Create Pull Request
uses: peter-evans/create-pull-request@v3.1.2
uses: peter-evans/create-pull-request@v3.5.1
with:
title: "${{ github.event.inputs.tag }} Changelog Bump"
body: "This is an automated changelog commit."
Expand Down

0 comments on commit a576bf2

Please sign in to comment.