! Update script
Gitea Actions Deploy / Explore-Gitea-Actions (push) Failing after 3s
Details
Gitea Actions Deploy / Explore-Gitea-Actions (push) Failing after 3s
Details
This commit is contained in:
parent
6cde91c70c
commit
3ca25d5a68
|
|
@ -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."
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue