! Update and Test
Gitea Actions Deploy / Explore-Gitea-Actions (push) Failing after 6s Details

This commit is contained in:
indigo 2024-03-03 03:16:18 +08:00
parent cc43360141
commit f10ef75e9c
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ jobs:
# uses: actions/checkout@v3 # uses: actions/checkout@v3
- name: Execute Shell Command - name: Execute Shell Command
shell: cmd 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 - name: Execute Dir Command
shell: cmd shell: cmd
run: dir C:\temp\*.* /s/b run: dir C:\temp\*.* /s/b