Skip to content

Commit

Permalink
ci: correct path to org workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-berger committed Oct 17, 2024
1 parent d25b0ca commit c60f7cd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: glzr/actions/setup-pnpm@main
- uses: glzr-io/actions/setup-pnpm@main
with:
checkout: true
node-version: 20
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
lint-check:
runs-on: ubuntu-latest
steps:
- uses: glzr/actions/setup-pnpm@main
- uses: glzr-io/actions/setup-pnpm@main
with:
checkout: true
node-version: 20
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: glzr/actions/setup-pnpm@main
- uses: glzr-io/actions/setup-pnpm@main
with:
checkout: true
node-version: 20
Expand Down

0 comments on commit c60f7cd

Please sign in to comment.