aws-codebuild-run-build
aws-codebuild-run-build copied to clipboard
Run an AWS CodeBuild project as a step in a GitHub Actions workflow job.
*Issue #, if available:* https://github.com/aws-actions/aws-codebuild-run-build/issues/57 *Description of changes:* This PR is an extension of https://github.com/aws-actions/aws-codebuild-run-build/pull/64 to ensure all three source override parameters are disabled. It also fixes merge conflicts and...
GitHub actions has file commands - GITHUB_ENV, GITHUB_STEP_SUMMARY and GITHUB_STEP_SUMMARY. I'm trying to use [GITHUB_STEP_SUMMARY ](https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#adding-a-job-summary) this command but that's not working. The same with [setting-an-environment-variable](https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#setting-an-environment-variable) aws-actions/[email protected]
We have a GitHub Action which utilizes aws-actions/aws-codebuild-run-build. We have been using this for the past 6 months in a few different repos. Yesterday (7/8/22) at around 2pm CST the...
Hello, What I'd like to have is a workflow in github actions that triggers for every branch on push (defined in a workflow in `master` default branch). This workflow should...
The source type override parameter is automatically overridden on the CodeBuild job to the `GITHUB` type and current repository. We have a scenario that requires our CodeBuild job to source...
Is there a way to get the `CODEBUILD_BUILD_NUMBER` or any other attributes as output ? There's a build id returned as output but I need more details (especially build number)...
Could you add support for `--image-override` option? Happy to PR myself.
At current I've not seen a way to set an override for the compute type for this action. I would like the ability to set this value as it seems...
*Issue #, if available:* *Description of changes:* By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. # Check any...