Skip to content

initial templating work #1

initial templating work

initial templating work #1

Workflow file for this run

---
name: Generate services
on:
push:
branches: [main]
pull_request:
branches: [main]
env:
GPT_API: https://api.github.com
permissions:
contents: write
pull-requests: write
jobs:
hello-service:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v2
with:
go-version: '1.19.3' # Important to have the minor
- name: generate_prompt