aws-actions / aws-codebuild-run-build

Run an AWS CodeBuild project as a step in a GitHub Actions workflow job.
https://aws.amazon.com/codebuild
Apache License 2.0
274 stars 139 forks source link

Updating README with an example of doing an inline definition for buildspec-override. #128

Closed alexjyong closed 1 year ago

alexjyong commented 1 year ago

Issue #, if available: N/A

Description of changes:

Last night at the time of writing, I noticed that the codebuild api allows users to pass in an inline definition of a buildspec file for buildspec-override. In a project, I tried that out with this action and it worked. Figured it would be worth documenting for others to use if their use case calls for it.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Check any applicable: