Skip to content

debug: Add debug workflow #3

debug: Add debug workflow

debug: Add debug workflow #3

Workflow file for this run

name: Workflow Debug (Caller, Push/Dispatch)
on:
push:
branches:
- main
workflow_dispatch:
inputs:
ref:
description: "The ref to build and test."
type: string
required: True
defaults:
run:
shell: bash
jobs:
debug:
uses: ./.github/workflows/debug-call.yaml
with:
ref: foo