Skip to content

Commit

Permalink
Merge pull request #270 from agill17/master
Browse files Browse the repository at this point in the history
fix: parametrize master branch name and default to master if not defined
  • Loading branch information
fjogeleit authored Sep 3, 2021
2 parents 7682fa8 + 6b49edd commit f3ea249
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 6,590 deletions.
8 changes: 6 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ inputs:
required: false
description: 'Branch to commit the change, will be created if not exist'
default: 'master'
masterBranchName:
required: false
description: 'Branch name of your master'
default: 'master'
targetBranch:
required: false
description: 'Target Branch for the created PullRequest'
Expand Down Expand Up @@ -49,11 +53,11 @@ inputs:
default: 'yaml-updates'
token:
required: false
description: 'GitHub AuthToken for Athorization'
description: 'GitHub AuthToken for Authorization'
default: ${{ github.token }}
repository:
required: false
description: 'repoistory to update'
description: 'repository to update'
default: ${{ github.repository }}
workDir:
required: false
Expand Down
Loading

0 comments on commit f3ea249

Please sign in to comment.