test-prof / test-prof-aiptimize-action

GitHub action to refactor Rails tests with TestProf and AI
MIT License
11 stars 1 forks source link

EXAMPLE_PATCH_PATH is required, but says optional in the documentation #2

Closed f1sherman closed 1 month ago

f1sherman commented 1 month ago

Thanks for this great GitHub action! I just wanted to report a minor bug.

In the README, it says that EXAMPLE_PATCH_PATH is optional, but it errors if not provided:

main.rb:67:in `fetch': key not found: "EXAMPLE_PATCH_PATH" (KeyError)
        from main.rb:67:in `<main>'
f1sherman commented 1 month ago

My apologies, I was trying to run this from the command line to try to figure out how it works, but just realized this is all handled in the GitHub action yaml 🤦.