Skip to content

manual

manual #3

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:

Check failure on line 17 in .github/workflows/manual.yml

View workflow run for this annotation

GitHub Actions / manual

Invalid workflow file

The workflow is not valid. .github/workflows/manual.yml (Line: 17, Col: 3): The workflow must contain at least one job with no dependencies.
needs: build-container
uses: ./.github/workflows/render.yml
with:
container-version: latest
input: guide.tcg
workflow: pr
manual_diffbase: ${{ inputs.diffbase }}