Skip to content

Workflow file for this run

name: build
on:
push:
branches: [ master ]
paths:
- '**/*.cs'
pull_request:
paths:
- '**/*.cs'
workflow_dispatch:
workflow_call:
jobs:
build:
uses: KSPModdingLibs/KSPBuildTools/.github/workflows/build.yml@main

Check failure on line 16 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build.yml

Invalid workflow file

error parsing called workflow ".github/workflows/build.yml" -> "KSPModdingLibs/KSPBuildTools/.github/workflows/build.yml@main" (source branch with sha:2b06680827108695b9613ef88a7d604183e036cc) : the `uses' attribute must be a path, a Docker image, or owner/repo@ref
secrets:
ksp-zip-password: ${{ secrets.KSP_ZIP_PASSWORD }}