Skip to content

Commit 807c550

Browse files
authored
Merge pull request #3 from astar-development/features/fix-bug-in-repo-name
Seems I missed a - in the repo name
2 parents 3bb1bb4 + 6e13af6 commit 807c550

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: windows-latest
1414
env:
1515
ProjectName: 'AStar.Dev.Api.HealthChecks'
16-
RepositoryName: 'astar-dev-api-healthchecks'
16+
RepositoryName: 'astar-dev-api-health-checks'
1717
steps:
1818
- name: Set up JDK
1919
uses: actions/[email protected]

0 commit comments

Comments
 (0)