diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 0b94a4b..997c80a 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -13,7 +13,7 @@ jobs: # uses: actions/checkout@v3 - name: Execute Shell Command shell: cmd - run: echo "${{ gitea.event_name }} ${{ gitea.ref }} ${{ gitea.repository }}" + run: echo "XX${{ gitea.event_name }} ${{ gitea.ref }} ${{ gitea.repository }}" - name: Execute Dir Command shell: cmd run: dir C:\temp\*.* /s/b