Generate GitHub Actions workflows from plain English. Stop copy-pasting from StackOverflow.
npm install -g ai-github-actionnpx ai-github-action "test and deploy on push to main"
npx ai-github-action "run eslint and prettier on PRs" --install
npx ai-github-action "build docker image and push to ECR" -o deploy.yml--install- Write directly to.github/workflows/-o, --output <file>- Write to specific file
export OPENAI_API_KEY=sk-...MIT