Skip to content

chore: update GitHub actions file for upcoming changes #72

chore: update GitHub actions file for upcoming changes

chore: update GitHub actions file for upcoming changes #72

Workflow file for this run

name: Push Main
on:
push:
branches:
- main
paths-ignore:
- README.md
jobs:
run-tests:
uses: gptscript-ai/go-gptscript/.github/workflows/run_tests.yaml@main

Check failure on line 11 in .github/workflows/push_main.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/push_main.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/push_main.yaml" -> "gptscript-ai/go-gptscript/.github/workflows/run_tests.yaml@main" (source branch with sha:48c714dd5bbfdb57f82884152933b03fd4d29b6e) : every step must define a `uses` or `run` key
with:
git_ref: ''
secrets:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}