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

This commit is contained in:
indigo 2024-03-03 03:27:21 +08:00
parent f10ef75e9c
commit 95e98150a3
1 changed files with 3 additions and 3 deletions

View File

@ -14,9 +14,9 @@ jobs:
- name: Execute Shell Command - name: Execute Shell Command
shell: cmd shell: cmd
run: echo "XX${{ 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
# - run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner." # - 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." # - run: echo "🖥️ The workflow is now ready to test your code on the runner."