Merge pull request #23 from thedadams/sub-tool-docs #4
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Push Main | ||
on: | ||
push: | ||
branches: | ||
- main | ||
paths-ignore: | ||
- README.md | ||
jobs: | ||
run-tests: | ||
uses: gptscript-ai/node-gptscript/.github/workflows/run_tests.yaml@main | ||
Check failure on line 11 in .github/workflows/push_main.yaml GitHub Actions / Push MainInvalid workflow file
|
||
with: | ||
git_ref: '' | ||
secrets: | ||
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }} |