This is an automated email from the ASF dual-hosted git repository. wangzx pushed a commit to branch wokflow-deps in repository https://gitbox.apache.org/repos/asf/echarts.git
commit 562889eed5a63afd195723935bc5b001bce7fceb Author: plainheart <y...@all-my-life.cn> AuthorDate: Thu Jun 20 10:44:37 2024 +0800 chore(workflow): use forked workflow deps for timely update & fix typo --- .github/workflows/pr-preview.yml | 7 +++---- .github/workflows/teardown-pr-preview.yml | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pr-preview.yml b/.github/workflows/pr-preview.yml index c01f1d2aa..70804d19d 100644 --- a/.github/workflows/pr-preview.yml +++ b/.github/workflows/pr-preview.yml @@ -25,11 +25,11 @@ jobs: return jobsRes.data.jobs.some((job) => job.name.includes('build') && job.conclusion === 'success'); outputs: - SHOULD_DEPOLY: ${{ steps.check-build-success.outputs.result }} + SHOULD_DEPLOY: ${{ steps.check-build-success.outputs.result }} deploy: needs: [on-success] - if: ${{ needs.on-success.outputs.SHOULD_DEPOLY == 'true' }} + if: ${{ needs.on-success.outputs.SHOULD_DEPLOY == 'true' }} runs-on: ubuntu-latest steps: @@ -38,7 +38,7 @@ jobs: mkdir .actions cd .actions git clone --depth=1 https://github.com/dawidd6/action-download-artifact.git - git clone --depth=1 https://github.com/actions-cool/maintain-one-comment.git + git clone --depth=1 https://github.com/plainheart/maintain-one-comment.git - name: Fetch PR dist files uses: ./.actions/action-download-artifact @@ -70,7 +70,6 @@ jobs: COMMIT_SHA_SHORT: ${{ steps.pr-metadata.outputs.COMMIT_SHA_SHORT }} with: body: | - <!-- ECHARTS_PR_PREVIEW --> The changes brought by this PR can be previewed at: https://echarts.apache.org/examples/editor?version=PR-${{ env.PR_NUMBER }}@${{ env.COMMIT_SHA_SHORT }} body-include: '<!-- ECHARTS_PR_PREVIEW -->' number: ${{ env.PR_NUMBER }} diff --git a/.github/workflows/teardown-pr-preview.yml b/.github/workflows/teardown-pr-preview.yml index 54488e820..90a2ddc35 100644 --- a/.github/workflows/teardown-pr-preview.yml +++ b/.github/workflows/teardown-pr-preview.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Install action dependencies - run: git clone --depth=1 https://github.com/actions-cool/maintain-one-comment.git + run: git clone --depth=1 https://github.com/plainheart/maintain-one-comment.git - name: Delete PR preview comment uses: ./maintain-one-comment --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org For additional commands, e-mail: commits-h...@echarts.apache.org