v1.0.4 -- 2020-09-10
This is the first version since forking from aws-actions/aws-codebuild-run-build. The major change is that instead of invoking a CodeBuild project directly, instead this project invokes a Lambda function that is expected to start a CodeBuild project and return the build ID. The action consumes the build ID the same as if consumed it from the CodeBuild project.