name: '"AWS CodeBuild run build" Action For GitHub Actions' description: 'Execute CodeBuild::startBuild for the current repo.' branding: icon: 'cloud' color: 'orange' inputs: project-name: description: 'AWS CodeBuild Project Name' required: true buildspec-override: description: 'Buildspec Override' required: false compute-type-override: description: 'The name of a compute type for this build that overrides the one specified in the build project.' required: false environment-type-override: description: 'A container type for this build that overrides the one specified in the build project.' required: false image-override: description: 'The name of an image for this build that overrides the one specified in the build project.' required: false env-vars-for-codebuild: description: 'Comma separated list of environment variables to send to CodeBuild' required: false update-interval: description: 'How often the action calls the API for updates' required: false update-back-off: description: 'Base back-off time for the update calls for API if rate-limiting is encountered' required: false disable-source-override: description: 'Set to `true` if you want do disable source repo override' required: false hide-cloudwatch-logs: description: 'Set to `true` to prevent the CloudWatch logs from streaming the output to GitHub' required: false outputs: aws-build-id: description: 'The AWS CodeBuild Build ID for this build.' runs: using: 'node16' main: 'dist/index.js'