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

This commit is contained in:
indigo 2024-03-02 21:52:25 +08:00
parent 6cde91c70c
commit 3ca25d5a68
1 changed files with 3 additions and 3 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: cmd shell: pwsh
run: echo "${{ gitea.event_name }} ${{ gitea.ref }} ${{ gitea.repository }}" run: echo "${{ gitea.event_name }} ${{ gitea.ref }} ${{ gitea.repository }}"
- name: Execute Dir Command XX - name: Execute Dir Command
shell: cmd shell: pwsh
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."