From 95e98150a3b6d443e6b2316057288bac840b1398 Mon Sep 17 00:00:00 2001 From: indigo Date: Sun, 3 Mar 2024 03:27:21 +0800 Subject: [PATCH] ! Test --- .gitea/workflows/deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 997c80a..650696e 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -14,9 +14,9 @@ jobs: - name: Execute Shell Command shell: cmd run: echo "XX${{ gitea.event_name }} ${{ gitea.ref }} ${{ gitea.repository }}" - - name: Execute Dir Command - shell: cmd - run: dir C:\temp\*.* /s/b + #- 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."