Idea: reusable github action
I will try to create a reusable github action something like (https://github.com/renovatebot/github-action) the idea is I will have the main script that will make sure of genaiscript/api run and have collection of my scripts there so I can share it with github action to be runnable on my github repo
please share feedback.
Hey @username, thanks for sharing your idea for a reusable GitHub Action!
Before I get into the details, could you clarify what kind of "main script" you're referring to? Are they specific scripts for genaiscript/api or something more general-purpose?
Also, have you considered looking at existing solutions that might already fit your needs? For example, Renovatebot's GitHub Action is a powerful tool, but there might be others like Dependabot that could serve the same purpose.
Looking forward to your feedback!
AI-generated content by issue-reviewer may be incorrect
I'm very curious about what you'll end up doing. Currently, there is no custom action available for genaiscript as it is "just a cli".
Most of the knowledge gathered around GitHub Actions + GenAIScript is centralized at https://microsoft.github.io/genaiscript/getting-started/automating-scripts/#github-action . I have been experimenting with those quite a bit in this repo.