From 36dda2bdbb11ab362aef52ec3bd70fab24918321 Mon Sep 17 00:00:00 2001 From: Gao Sun Date: Thu, 9 Jun 2022 23:41:06 +0800 Subject: [PATCH] chore(ci): update action org name (#1091) --- .github/workflows/commitlint.yml | 2 +- .github/workflows/deploy-dev.yml | 2 +- .github/workflows/integration-test.yml | 2 +- .github/workflows/main.yml | 6 +++--- .github/workflows/upload-annotations.yml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml index d6ba2df9f..88767fbf1 100644 --- a/.github/workflows/commitlint.yml +++ b/.github/workflows/commitlint.yml @@ -13,7 +13,7 @@ jobs: fetch-depth: 0 - name: Setup Node and pnpm - uses: logto-io/actions-node-pnpm-run-steps@v1.2.2 + uses: silverhand-io/actions-node-pnpm-run-steps@v1.2.2 - name: Commitlint run: npx commitlint --from HEAD~${{ github.event.pull_request.commits }} --to HEAD diff --git a/.github/workflows/deploy-dev.yml b/.github/workflows/deploy-dev.yml index 462150f8e..236a19bae 100644 --- a/.github/workflows/deploy-dev.yml +++ b/.github/workflows/deploy-dev.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v3 - name: Setup Node and pnpm - uses: logto-io/actions-node-pnpm-run-steps@v1.2.2 + uses: silverhand-io/actions-node-pnpm-run-steps@v1.2.2 - name: Build run: pnpm -- lerna run build --stream diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 43a3701ec..944280ac1 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v3 - name: Setup Node and pnpm - uses: logto-io/actions-node-pnpm-run-steps@v1.2.2 + uses: silverhand-io/actions-node-pnpm-run-steps@v1.2.2 - name: Package run: ./package.sh diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c9632a8dc..0832090a1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v3 - name: Setup Node and pnpm - uses: logto-io/actions-node-pnpm-run-steps@v1.2.2 + uses: silverhand-io/actions-node-pnpm-run-steps@v1.2.2 - name: Build run: pnpm ci:build @@ -25,7 +25,7 @@ jobs: - uses: actions/checkout@v3 - name: Setup Node and pnpm - uses: logto-io/actions-node-pnpm-run-steps@v1.2.2 + uses: silverhand-io/actions-node-pnpm-run-steps@v1.2.2 - name: Prepack run: pnpm prepack @@ -43,7 +43,7 @@ jobs: - uses: actions/checkout@v3 - name: Setup Node and pnpm - uses: logto-io/actions-node-pnpm-run-steps@v1.2.2 + uses: silverhand-io/actions-node-pnpm-run-steps@v1.2.2 - name: Prepack run: pnpm prepack diff --git a/.github/workflows/upload-annotations.yml b/.github/workflows/upload-annotations.yml index e76a13eae..448732d12 100644 --- a/.github/workflows/upload-annotations.yml +++ b/.github/workflows/upload-annotations.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v3 - name: Setup Node and pnpm - uses: logto-io/actions-node-pnpm-run-steps@v1.2.2 + uses: silverhand-io/actions-node-pnpm-run-steps@v1.2.2 - name: Prepack run: pnpm prepack