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
275 stars 140 forks source link

Support GitHub actions file commands #93

Open vorkos opened 2 years ago

vorkos commented 2 years ago

GitHub actions has file commands - GITHUB_ENV, GITHUB_STEP_SUMMARY and GITHUB_STEP_SUMMARY. I'm trying to use GITHUB_STEP_SUMMARY this command but that's not working. The same with setting-an-environment-variable

aws-actions/aws-codebuild-run-build@v1.0.4

akazakou commented 2 years ago

Hey! You can try use dark-mechanicum/aws-codebuild action. That feature was implemented there and now in Summary tab you can find a lot of useful information like this:

image