diff --git a/action.yml b/action.yml index 49af3b6..a7f3701 100644 --- a/action.yml +++ b/action.yml @@ -38,8 +38,10 @@ runs: - ${{ inputs.token }} - --github-repo - ${{ inputs.repository }} - - --ignore-branches=${{ inputs.ignore-branches }} - - --allowed-prefixes=${{ inputs.allowed-prefixes }} + - --ignore-branches + - ${{ inputs.ignore-branches }} + - --allowed-prefixes + - ${{ inputs.allowed-prefixes }} - --last-commit-age-days=${{ inputs.last-commit-age-days }} - --dry-run=${{ inputs.dry-run }} - --rate-limit=${{ inputs.rate-limit }}