Skip to content

Commit

Permalink
fix: 잘못된 caller 워크플로우 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ghdtjgus76 committed May 18, 2024
1 parent 1d28c86 commit 25b9179
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/a11y-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fetch-depth: 0

- name: Call Setup Node and pnpm Workflow
uses: ./.github/workflows/setup-node-pnpm.yml
uses: GDSC-Hongik/wow-design-system/.github/workflows/setup-node-pnpm.yml@feature/project-setting

- name: Install Playwright
run: pnpm dlx playwright install --with-deps
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fetch-depth: 0

- name: Call Setup Node and pnpm Workflow
uses: ./.github/workflows/setup-node-pnpm.yml
uses: GDSC-Hongik/wow-design-system/.github/workflows/setup-node-pnpm.yml@feature/project-setting

- name: Build packages
run: pnpm build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v3

- name: Call Setup Node and pnpm Workflow
uses: ./.github/workflows/setup-node-pnpm.yml
uses: GDSC-Hongik/wow-design-system/.github/workflows/setup-node-pnpm.yml@feature/project-setting

- name: Build packages
run: pnpm build
Expand Down

0 comments on commit 25b9179

Please sign in to comment.