From 13ae0f0f18464e16d2bebe929f7f9e0111d01c28 Mon Sep 17 00:00:00 2001 From: indigo Date: Wed, 27 Dec 2023 03:01:19 +0800 Subject: [PATCH] ! Update action script --- .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..9fec0ac 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -14,7 +14,7 @@ jobs: - name: Execute Shell Command shell: cmd run: echo "${{ gitea.event_name }} ${{ gitea.ref }} ${{ gitea.repository }}" - - name: Execute Dir Command + - name: Execute Dir Command X shell: cmd run: dir C:\temp\*.* /s/b # - run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."