oasdiff / oasdiff-action

GitHub action for comparing and detect breaking changes in OpenAPI specs
Apache License 2.0
38 stars 24 forks source link

fix common.sh No such file or directory #45

Closed effoeffi closed 8 months ago

g-getsov commented 8 months ago

@effoeffi Looks good, lets merge for people who are running of latest. I'll take a look at whats happening but its probably the files missing from the Docker container like you said. Should be a very easy fix to copy in the common folder. Would be good to have that for DRY reasons.

Apologies for missing this.

g-getsov commented 8 months ago

@effoeffi It seems that files in directories above the root directory of the selected action are disappointingly NOT cloned, which makes reusing code non trivial as its not there to be copied into the docker container. It's probably not worth pursuing any of the more complex solutions at the moment.