! Update scripts
Gitea Actions Deploy / Explore-Gitea-Actions (push) Failing after 4s Details

This commit is contained in:
indigo 2024-03-02 21:55:49 +08:00
parent 3ca25d5a68
commit cc43360141
1 changed files with 2 additions and 2 deletions

View File

@ -12,10 +12,10 @@ jobs:
# - name: Check out repository code # - name: Check out repository code
# uses: actions/checkout@v3 # uses: actions/checkout@v3
- name: Execute Shell Command - name: Execute Shell Command
shell: pwsh 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
shell: pwsh 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."