From 197429c0efebace400582023396a7f277a387c88 Mon Sep 17 00:00:00 2001 From: Manpreet Date: Tue, 19 Mar 2024 12:55:56 +0530 Subject: [PATCH] README update for 'artifacts-type-override' input --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8111c45..181ed38 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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.