Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
bowenliang123 committed Nov 8, 2024
1 parent 86f79b1 commit b3c172d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
.github/workflows/style.yml
- name: Setup NodeJS and Install Yarn dependencies
uses: ./.github/actions/setup-yarn
uses: .github/actions/setup-yarn
if: steps.changed-files.outputs.any_changed == 'true'
with:
yarn-lockfile: web/yarn.lock
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tool-test-sdks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- uses: actions/checkout@v4

- name: Setup NodeJS ${{ matrix.node-version }} and Install Yarn dependencies
uses: ./.github/actions/setup-yarn
uses: .github/actions/setup-yarn
with:
node-version: ${{ matrix.node-version }}
yarn-lockfile: sdks/nodejs-client/yarn.lock
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/translate-i18n-base-on-english.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
fi
- name: Setup NodeJS and Install Yarn dependencies
uses: ./.github/actions/setup-yarn
uses: .github/actions/setup-yarn
if: env.FILES_CHANGED == 'true'
with:
yarn-lockfile: web/yarn.lock
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/web-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
.github/workflows/web-tests.yml
- name: Setup NodeJS and Install Yarn dependencies
uses: ./.github/actions/setup-yarn
uses: .github/actions/setup-yarn
if: steps.changed-files.outputs.any_changed == 'true'
with:
yarn-lockfile: web/yarn.lock
Expand Down

0 comments on commit b3c172d

Please sign in to comment.