From f10ef75e9c44eea97d68cd82e7ba41c38e2b655b Mon Sep 17 00:00:00 2001 From: indigo Date: Sun, 3 Mar 2024 03:16:18 +0800 Subject: [PATCH] ! Update and Test --- .gitea/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 0b94a4b..997c80a 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -13,7 +13,7 @@ jobs: # uses: actions/checkout@v3 - name: Execute Shell Command shell: cmd - run: echo "${{ gitea.event_name }} ${{ gitea.ref }} ${{ gitea.repository }}" + run: echo "XX${{ gitea.event_name }} ${{ gitea.ref }} ${{ gitea.repository }}" - name: Execute Dir Command shell: cmd run: dir C:\temp\*.* /s/b