Skip to content

Commit b0a7ca5

Browse files
authored
Merge pull request #159 from manpreet-compro/main
README update for 'artifacts-type-override' input
2 parents 57a2fde + 197429c commit b0a7ca5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ in the GitHub Actions job runner.
1313

1414
### Inputs
1515

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

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

130+
1. **artifacts-type-override** (optional) :
131+
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
132+
130133
### Outputs
131134

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

0 commit comments

Comments
 (0)