| project-name | AWS CodeBuild Project Name | yes | — |
| buildspec-override | Buildspec Override | no | — |
| compute-type-override | The name of a compute type for this build that overrides the one specified in the build project. | no | — |
| environment-type-override | A container type for this build that overrides the one specified in the build project. | no | — |
| image-override | The name of an image for this build that overrides the one specified in the build project. | no | — |
| image-pull-credentials-type-override | The type of credentials CodeBuild uses to pull images in your build. | no | — |
| env-vars-for-codebuild | Comma separated list of environment variables to send to CodeBuild | no | — |
| update-interval | How often the action calls the API for updates | no | — |
| update-back-off | Base back-off time for the update calls for API if rate-limiting is encountered | no | — |
| disable-source-override | Set to `true` if you want do disable source repo override | no | — |
| source-version-override | The source version that overrides the sourceVersion provided to Codebuild. | no | — |
| source-type-override | 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. | no | — |
| source-location-override | The location that overrides the source location defined in the build project for this build. | no | — |
| hide-cloudwatch-logs | Set to `true` to prevent the CloudWatch logs from streaming the output to GitHub | no | — |
| disable-github-env-vars | Set to `true` if you want do disable github environment variables in codebuild | no | — |
| artifacts-type-override | The type of build output artifact | no | — |
| stop-on-signals | Comma separated list of process signals on which to stop the build. Default is SIGINT. | no | SIGINT |