Skip to content

Commit

Permalink
chore: change input releaseBrach to baseBranch
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonraid committed Aug 25, 2022
1 parent 6b52cf2 commit c53a234
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/open_pull_request.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# This workflow ... TODO: finish description
name: open release pull request
name: open pull request with changelog

on:
workflow_call:
Expand All @@ -8,8 +7,8 @@ on:
description: 'Changelog scopes (i.e { "App": ["app", "application"] })'
required: true
type: string
releaseBranch:
description: Release branch name
baseBranch:
description: Base branch name
required: false
type: string
default: master
Expand All @@ -36,4 +35,4 @@ jobs:
with:
repo-token: ${{ secrets.githubToken }}
changelog-scopes: ${{ inputs.changelogScopes }}
base-branch: ${{ inputs.releaseBranch }}
base-branch: ${{ inputs.baseBranch }}

0 comments on commit c53a234

Please sign in to comment.