Skip to content

Workflow Dispatch

Workflow Dispatch #1

Workflow file for this run

name: Dispatch Test
on:
workflow_dispatch:
permissions:
checks: write
contents: write
pull-requests: write
env:
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
GH_TOKEN: ${{ github.token }}
jobs:
sanity-test:
name: Test
uses: ./.github/workflows/sanity-test.yml
with:
REF: ${{ github.ref }}
TOKEN: $GH_TOKEN
BRANCH_NAME: $BRANCH_NAME