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: action.yml
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,12 @@ inputs:
37
37
source-version-override:
38
38
description: 'The source version that overrides the sourceVersion provided to Codebuild.'
39
39
required: false
40
+
source-type-override:
41
+
description: 'The source input type that overrides the source input defined in the build project for this build. Valid values include NO_SOURCE, CODECOMMIT, CODEPIPELINE, GITHUB, S3, BITBUCKET, and GITHUB_ENTERPRISE.'
42
+
required: false
43
+
source-location-override:
44
+
description: 'The location that overrides the source location defined in the build project for this build.'
45
+
required: false
40
46
hide-cloudwatch-logs:
41
47
description: 'Set to `true` to prevent the CloudWatch logs from streaming the output to GitHub'
0 commit comments