Skip to content

feat: use action from marketplace in test.yml #35

feat: use action from marketplace in test.yml

feat: use action from marketplace in test.yml #35

Workflow file for this run

name: Test for this repo's custom action.yml file
on:
push:
branches:
- chore/action-testing
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Code Review GPT custom action
uses: mattzcarey/code-review-gpt@v0.1.4-alpha
with:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
MODEL: 'gpt-3.5-turbo'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}