From 3ca25d5a6807db19ab7fca99531800f0b2efd43d Mon Sep 17 00:00:00 2001 From: indigo Date: Sat, 2 Mar 2024 21:52:25 +0800 Subject: [PATCH] ! Update script --- .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 e6fa7fb..f3da18f 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: cmd + shell: pwsh run: echo "${{ gitea.event_name }} ${{ gitea.ref }} ${{ gitea.repository }}" - - name: Execute Dir Command XX - shell: cmd + - name: Execute Dir Command + shell: pwsh 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."