Skip to content

Commit

Permalink
fix(ci): fix casing of shared workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ReidWeb authored Mar 26, 2022
1 parent e057366 commit d374c0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:
jobs:
# This workflow contains a single job called "build"
build:
uses: xivstats/workflows/.github/workflows/build.yml@main
uses: XIVStats/workflows/.github/workflows/build.yml@main
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

Expand Down

0 comments on commit d374c0d

Please sign in to comment.