Skip to content

manual

manual #6

Workflow file for this run

name: manual
on:
workflow_dispatch:
inputs:
diffbase:
description: the version or commit to diff against
required: false
type: string
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
jobs:
# Use the latest container to render the samples with the given diff
render-samples:
uses: ./.github/workflows/render.yml
with:
container-version: latest
input: guide.tcg
workflow: manual
manual_diffbase: ${{ inputs.diffbase }}