Skip to content

Create main.yml

Create main.yml #1

Workflow file for this run

name: Merge Action
on:
push:
branches:
- 'master'
- 'main'
jobs:
run_tonic_validate:
runs-on: ubuntu-latest
steps:
- name: Run Tonic Validate Action
uses: ./action.yml
with:
llm_response_path: 'path/to/your/response/file'