Skip to content
This repository was archived by the owner on May 29, 2026. It is now read-only.

refactor: update instructions for GenAIScript and clean up Ruler docu… #358

refactor: update instructions for GenAIScript and clean up Ruler docu…

refactor: update instructions for GenAIScript and clean up Ruler docu… #358

Workflow file for this run

name: "Custom Action Example"
on:
workflow_dispatch:
push:
permissions:
contents: read
models: read
concurrency:
group: custom-action-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
custom_action:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: ./examples/action
id: genai
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
debug: "genaiscript:*"