! Update action script
Gitea Actions Deploy / Explore-Gitea-Actions (push) Failing after 3s Details

This commit is contained in:
indigo 2023-12-27 03:01:19 +08:00
parent 368befd37d
commit 13ae0f0f18
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ jobs:
- name: Execute Shell Command - name: Execute Shell Command
shell: cmd shell: cmd
run: echo "${{ gitea.event_name }} ${{ gitea.ref }} ${{ gitea.repository }}" run: echo "${{ gitea.event_name }} ${{ gitea.ref }} ${{ gitea.repository }}"
- name: Execute Dir Command - name: Execute Dir Command X
shell: cmd shell: cmd
run: dir C:\temp\*.* /s/b run: dir C:\temp\*.* /s/b
# - run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner." # - run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."