You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ in the GitHub Actions job runner.
13
13
14
14
### Inputs
15
15
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.
17
17
The only required input is `project-name`.
18
18
19
19
1.**project-name** (required) : The name of CodeBuild project you want to run.
@@ -127,6 +127,9 @@ The only required input is `project-name`.
127
127
other GitHub features that cause workflow cancellations without leaving
128
128
orphan builds running. Set to an empty string to disable.
129
129
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
+
130
133
### Outputs
131
134
132
135
1.**aws-build-id** : The CodeBuild build ID of the build that the action ran.
0 commit comments