File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 66
77jobs :
88 test :
9- uses : vojtechmares/dotnet- demo-api/.github/workflows/reusable-test.yml@main
9+ uses : vojtechmares-examples/training-2025-03-13-ssd-github-actions- demo-dotnet -api/.github/workflows/reusable-test.yml@main
1010 with :
1111 dotnet-version : ' 9.0.x'
1212
@@ -15,12 +15,12 @@ jobs:
1515 permissions :
1616 contents : read
1717 packages : write
18- uses : vojtechmares/dotnet- demo-api/.github/workflows/reusable-docker-build.yml@main
18+ uses : vojtechmares-examples/training-2025-03-13-ssd-github-actions- demo-dotnet -api/.github/workflows/reusable-docker-build.yml@main
1919 secrets : inherit
2020
2121 deploy :
2222 needs : [docker-build]
2323 if : ${{ contains(github.ref, 'release') }}
24- uses : vojtechmares/dotnet- demo-api/.github/workflows/reusable-deploy.yml@main
24+ uses : vojtechmares-examples/training-2025-03-13-ssd-github-actions- demo-dotnet -api/.github/workflows/reusable-deploy.yml@main
2525 with :
2626 environment : fake
You can’t perform that action at this time.
0 commit comments