Skip to content

ci(ci): refactor reusable workflow path for its permanent home under … #7

ci(ci): refactor reusable workflow path for its permanent home under …

ci(ci): refactor reusable workflow path for its permanent home under … #7

Workflow file for this run

name: dotnet-demo-api CI
on:
pull_request:
push:
jobs:
test:
uses: vojtechmares-examples/training-2025-03-13-ssd-github-actions-demo-dotnet-api/.github/workflows/reusable-test.yml@main
with:
dotnet-version: '9.0.x'
docker-build:
needs: [test]
permissions:
contents: read
packages: write
uses: vojtechmares-examples/training-2025-03-13-ssd-github-actions-demo-dotnet-api/.github/workflows/reusable-docker-build.yml@main
secrets: inherit
deploy:
needs: [docker-build]
if: ${{ contains(github.ref, 'release') }}
uses: vojtechmares-examples/training-2025-03-13-ssd-github-actions-demo-dotnet-api/.github/workflows/reusable-deploy.yml@main

Check failure on line 24 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

error parsing called workflow ".github/workflows/ci.yml" -> "vojtechmares-examples/training-2025-03-13-ssd-github-actions-demo-dotnet-api/.github/workflows/reusable-deploy.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
environment: fake