From b57d903c0a72561c465f70c6d3d08660d4050f15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Mon, 30 Sep 2024 14:21:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=20Tencent/tdesign/.github/wo?= =?UTF-8?q?rkflows/preview.yml@main?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/preview-publish.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/preview-publish.yml b/.github/workflows/preview-publish.yml index b157690..2e4babc 100644 --- a/.github/workflows/preview-publish.yml +++ b/.github/workflows/preview-publish.yml @@ -12,6 +12,11 @@ on: jobs: call-preview: - uses: Tencent/tdesign/.github/workflows/preview.yml@main + uses: https://github.com/Tencent/tdesign/.github/workflows/preview.yml@main secrets: - TDESIGN_SURGE_TOKEN: ${{ secrets.TDESIGN_SURGE_TOKEN }} \ No newline at end of file + TDESIGN_SURGE_TOKEN: ${{ secrets.TDESIGN_SURGE_TOKEN }} + another-job: + runs-on: ubuntu-latest + steps: + - name: Another job + run: echo "This is another job!" \ No newline at end of file