Skip to content

update-version

update-version #2

name: update-version
on:
workflow_dispatch:
inputs:
version-string:
type: string
jobs:
update-version:
uses: KSPModdingLibs/KSPBuildTools/.github/workflows/update-version.yml@main

Check failure on line 11 in .github/workflows/update-version.yml

View workflow run for this annotation

GitHub Actions / update-version

Invalid workflow file

The workflow is not valid. In .github/workflows/update-version.yml (Line: 11, Col: 11): Error from called workflow KSPModdingLibs/KSPBuildTools/.github/workflows/update-version.yml@main (Line: 13, Col: 18): Unrecognized named-value: 'inputs-template-extension'. Located at position 1 within expression: inputs-template-extension
with:
version-string: ${{inputs.version-string}}