Skip to content

🚧Fix workflows

🚧Fix workflows #312

name: ✅Build Status Check
run-name: ✅Build Status Check (${{ github.base_ref }} branch)
defaults:
run:
shell: pwsh
on:
pull_request:
branches: [main, preview]
jobs:
build_status_check:
name: ${{ vars.PROJECT_NAME }} Build Status Check
uses: KinsonDigital/Infrastructure/.github/workflows/build-csharp-project.yml@v.11.0.0

Check failure on line 18 in .github/workflows/build-status-check.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build-status-check.yml

Invalid workflow file

error parsing called workflow ".github/workflows/build-status-check.yml" -> "KinsonDigital/Infrastructure/.github/workflows/build-csharp-project.yml@v.11.0.0" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit
with:
project-name: "${{ vars.PROJECT_NAME }}"
build-config: Debug
net-sdk-version: "${{ vars.NET_SDK_VERSION }}"