! Add dir command to action
Gitea Actions Deploy / Explore-Gitea-Actions (push) Failing after 14m19s Details

This commit is contained in:
indigo 2023-12-27 02:22:19 +08:00
parent 46ee54c248
commit 368befd37d
1 changed files with 3 additions and 0 deletions

View File

@ -14,6 +14,9 @@ jobs:
- name: Execute Shell Command
shell: cmd
run: echo "${{ gitea.event_name }} ${{ gitea.ref }} ${{ gitea.repository }}"
- name: Execute Dir Command
shell: cmd
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."