Skip to content

Commit

Permalink
Runs on Git PR
Browse files Browse the repository at this point in the history
  • Loading branch information
emcfarlane committed Jun 28, 2024
1 parent f18f782 commit 325f207
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,17 +71,17 @@ Add these inputs to the `with` section of the `uses` step in the workflow file.
| `paths` | Limit to specific files or directories (separated by newlines). | |
| `exclude_paths` | Exclude specific files or directories (separated by newlines). | |
| `exclude_imports` | Exclude imports. | |
| `lint` | Whether to run the linting step. | Runs on pull requests |
| `format` | Whether to run the formatting step. | Runs on pull requests |
| `breaking` | Whether to run the breaking change detection step. | Runs on pull requests |
| `lint` | Whether to run the linting step. | Runs on pushes to Git PR |
| `format` | Whether to run the formatting step. | Runs on pushes to Git PR |
| `breaking` | Whether to run the breaking change detection step. | Runs on pushes to Git PR |
| `breaking_against` | Input to compare against. | Base of the pull requests or the commit before the push event |
| `push` | Whether to run the push step. | Runs on pushes |
| `push` | Whether to run the push step. | Runs on Git pushes |
| `push_create` | Create the repository if it does not exist. | True |
| `push_create_visibility` | Repository visibility setting if created. | Unset is equivelent to "private" |
| `push_labels` | Associate the labels with the pushed modules (separated by newlines). | |
| `push_git_metadta` | Set additional git metadata on push. | True |
| `push_source_control_url` | Set the source control URL for each pushed modules. | |
| `archive` | Whether to run the archive step. | Runs on deletes |
| `archive` | Whether to run the archive step. | Runs on Git deletes |
| `archive_labels` | Labels to archive (separated by newlines), | |


Expand Down

0 comments on commit 325f207

Please sign in to comment.