Skip to content

Commit d374c0d

Browse files
authored
fix(ci): fix casing of shared workflow
1 parent e057366 commit d374c0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020
jobs:
2121
# This workflow contains a single job called "build"
2222
build:
23-
uses: xivstats/workflows/.github/workflows/build.yml@main
23+
uses: XIVStats/workflows/.github/workflows/build.yml@main
2424
secrets:
2525
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
2626

0 commit comments

Comments
 (0)