From 368befd37dff8ad103997cd13eb1ca8218bfc94d Mon Sep 17 00:00:00 2001 From: indigo Date: Wed, 27 Dec 2023 02:22:19 +0800 Subject: [PATCH] ! Add dir command to action --- .gitea/workflows/deploy.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 04cbb60..0b94a4b 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -14,6 +14,9 @@ jobs: - name: Execute Shell Command shell: cmd run: echo "${{ gitea.event_name }} ${{ gitea.ref }} ${{ gitea.repository }}" + - name: Execute Dir Command + shell: cmd + run: dir C:\temp\*.* /s/b # - run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner." # - run: echo "🖥️ The workflow is now ready to test your code on the runner."