aweris / gale

GitHub Action Local Executor
Apache License 2.0
142 stars 4 forks source link

refactor: do not use gh directly from cmd #140

Closed aweris closed 8 months ago

aweris commented 8 months ago

Replace gh.Exec(...) with API calls and utility functions from go-gh package to remove dependency on GitHub CLI in runner images.