Skip to content

formatting

formatting #2

Workflow file for this run

on:
pull_request:
types: [opened, synchronize]
jobs:
chatgpt_review:
runs-on: ubuntu-latest
name: ChatGPT explain code
steps:

Check failure on line 8 in .github/workflows/chatgpt-review.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/chatgpt-review.yml

Invalid workflow file

You have an error in your yaml syntax on line 8
- name: ChatGTP explain code
uses: cirolini/[email protected]
with:
openai_api_key: ${{ secrets.OPENAI_KEY }}
github_token: ${{ secrets.GITHUB_TOKEN }}
github_pr_id: ${{ github.event.number }}
openai_engine: "text-davinci-002"
openai_temperature: 0.5
mode: file