diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 9fec0ac..e6fa7fb 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 X + - name: Execute Dir Command XX shell: cmd run: dir C:\temp\*.* /s/b # - run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."