Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README update for 'artifacts-type-override' input #159

Merged
merged 1 commit into from
Mar 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ in the GitHub Actions job runner.

### Inputs

This action offers three inputs that you can use to configure its behavior.
This action offers following inputs that you can use to configure its behavior.
The only required input is `project-name`.

1. **project-name** (required) : The name of CodeBuild project you want to run.
Expand Down Expand Up @@ -127,6 +127,9 @@ The only required input is `project-name`.
other GitHub features that cause workflow cancellations without leaving
orphan builds running. Set to an empty string to disable.

1. **artifacts-type-override** (optional) :
If required, you can override the default behavior of CodeBuild artifacts. This feature is particularly useful for triggering CodeBuild projects configured within CodePipeline. You can set the artifacts to `NO_ARTIFACTS` in such cases

### Outputs

1. **aws-build-id** : The CodeBuild build ID of the build that the action ran.
Expand Down