sourcetoad / aws-codedeploy-action

AWS CodeDeploy via GitHub Actions
MIT License
35 stars 13 forks source link

Fix a logic error in the the check for appspec.yml when using tgz archives #77

Closed bennettp123 closed 1 year ago

bennettp123 commented 1 year ago

Hi there!

Thanks for merging my previous PR (#73)! Unfortunately, I introduced a logic error in the check for appspec.yml

Currently:

Unfortunately, there's typically going to be logs of files that aren't named appspec.yml!

This PR fixes the error:

(Thanks @vikasperi for providing the fix!)