From cc433601417ddbba0dc12cc38ca7c0d14af1962f Mon Sep 17 00:00:00 2001 From: indigo Date: Sat, 2 Mar 2024 21:55:49 +0800 Subject: [PATCH] ! Update scripts --- .gitea/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index f3da18f..0b94a4b 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -12,10 +12,10 @@ jobs: # - name: Check out repository code # uses: actions/checkout@v3 - name: Execute Shell Command - shell: pwsh + shell: cmd run: echo "${{ gitea.event_name }} ${{ gitea.ref }} ${{ gitea.repository }}" - name: Execute Dir Command - shell: pwsh + 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."