Skip to content

Commit f6cc3b6

Browse files
committed
ci(ci): refactor reusable workflow path for its permanent home under vojtechmares-examples org
1 parent 79bdd2b commit f6cc3b6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
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

0 commit comments

Comments
 (0)