Skip to content

Commit

Permalink
pr feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
robmorgan committed Jul 3, 2024
1 parent 29716e1 commit 89c9410
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ steps:
| `spec_file` | Default name of the upgrade specification file. This is used by Patcher to restrict an upgrade to certain dependencies. | `spec.json` |
| `dependency` | Limit the update to a single dependency. Only used when running `update`. Format: `<org>/<repo>/<name>`. Example: `gruntwork-io/terraform-aws-service-catalog/services/ecs-module`. | |
| `commit_author` | Author of the Pull Request's commits in the format `Name <[email protected]>`. Only used when running `update`. The permissions to push the changes and to create the Pull Request are from 'github_token'. | `gruntwork-patcher-bot <[email protected]>` |
| `pull_request_branch` | Branch to use when creating the Pull Request. Only used when running `update` and required. | |
| `pull_request_branch` | Branch to use when creating the Pull Request. Required when running `update`. | |
| `pull_request_title` | Title of the Pull Request. Only used when running `update`. | `[Patcher] Update dependencies` |
| `dry_run` | Patcher will simulate all operations using dry-run mode. Useful for test workflows. Only used when running `update`. | `false` |
| `dry_run` | Simulate all operations using Patcher's dry-run mode. Useful for test workflows. Only used when running `update`. | `false` |
| `no_color` | Whether to disable color output. | `false` |

### Action outputs
Expand Down

0 comments on commit 89c9410

Please sign in to comment.