Skip to content

Update manually

Update manually #1

Workflow file for this run

name: Update manually
on:
workflow_dispatch:
inputs:
input:
required: true
type: string
jobs:
machine:
uses: ./.github/workflows/update.yml

Check failure on line 12 in .github/workflows/update-manual.yml

View workflow run for this annotation

GitHub Actions / Update manually

Invalid workflow file

The workflow is not valid. .github/workflows/update-manual.yml (Line: 12, Col: 11): Input input is required, but not provided while calling. .github/workflows/update-manual.yml (Line: 14, Col: 16): Invalid input, machine is not defined in the referenced workflow.
with:
machine: ${{inputs.input}}