Skip to content

Commit

Permalink
Merge pull request #5 from cbrgm/updt
Browse files Browse the repository at this point in the history
fix: input parameters
  • Loading branch information
cbrgm authored Jan 17, 2024
2 parents a637389 + 11124c9 commit 5078163
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 5078163

Please sign in to comment.