corymhall / cdk-diff-action

GitHub action to post CDK diff to PR comments
Apache License 2.0
26 stars 1 forks source link

GitHub Actions can't find the @v1 version of the action #9

Closed oehnstro closed 7 months ago

oehnstro commented 7 months ago

It seems the example in the readme file is using @v1 as the version of the action. GitHub can't find this version. Using @v1.0.0 works, so I guess there either needs to be a new tag/release with just v1 or the example should be updated to use v1.0.0.

The action itself works really well, thank you!

corymhall commented 7 months ago

@oehnstro thanks for the feedback! I updated the example in the README