! Update and Test
Gitea Actions Deploy / Explore-Gitea-Actions (push) Failing after 6s
Details
Gitea Actions Deploy / Explore-Gitea-Actions (push) Failing after 6s
Details
This commit is contained in:
parent
cc43360141
commit
f10ef75e9c
|
|
@ -13,7 +13,7 @@ jobs:
|
||||||
# uses: actions/checkout@v3
|
# uses: actions/checkout@v3
|
||||||
- name: Execute Shell Command
|
- name: Execute Shell Command
|
||||||
shell: cmd
|
shell: cmd
|
||||||
run: echo "${{ 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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue