From fa63868c1885fc9dc373772b32ff9ea42988ac80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Sat, 12 Oct 2024 14:20:04 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=AD=A3=20deploy-dist-to-surg?= =?UTF-8?q?e.yml=20=E4=B8=AD=E7=9A=84=E5=BC=95=E7=94=A8=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy-dist-to-surge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-dist-to-surge.yml b/.github/workflows/deploy-dist-to-surge.yml index 99993a6..797b7c3 100644 --- a/.github/workflows/deploy-dist-to-surge.yml +++ b/.github/workflows/deploy-dist-to-surge.yml @@ -16,7 +16,7 @@ jobs: run: | mkdir dist echo "

Hello, World!

" > dist/index.html - - uses: yanhao98/composite-actions/deploy-dist-to-surge.yml@main + - uses: yanhao98/composite-actions/deploy-dist-to-surge@main id: surge_deploy - name: Check Surge URL run: |