Skip to content

Rename slack and json output folders #93

Rename slack and json output folders

Rename slack and json output folders #93

name: Test examples
on:
workflow_call:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
tests:
# https://dev.to/n3wt0n/composite-actions-vs-reusable-workflows-what-is-the-difference-github-actions-11kd
uses: ./.github/workflows/run_examples.yaml
with:
api_url: "https://api.lamini.ai"
secrets:
api_key: ${{ secrets.PRODUCTION_TOKEN }}