Skip to content
on:
pull_request:
types: [opened, synchronize]
jobs:
hello_world_job:
runs-on: ubuntu-latest
name: ChatGPT explain code
steps:
- name: ChatGTP explain code
uses: gogonzo/[email protected]
with:

Check failure on line 12 in .github/workflows/chatgpt-explain-code.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/chatgpt-explain-code.yaml

Invalid workflow file

You have an error in your yaml syntax on line 12
openai_api_key: ${{ secrets.openai_api_key }}
github_token: ${{ secrets.GITHUB_TOKEN }}
github_pr_id: ${{ github.event.number }}
openai_engine: "text-davinci-002" #optional
openai_temperature: 0.5 #optional
openai_max_tokens: 2048 #optional
mode: file # file or patch
exclude: "**/*.json, **/*.md, man/*, data-raw/*",