This commit is contained in:
@@ -12,10 +12,10 @@ jobs:
|
||||
# - name: Check out repository code
|
||||
# uses: actions/checkout@v3
|
||||
- name: Execute Shell Command
|
||||
shell: cmd
|
||||
shell: pwsh
|
||||
run: echo "${{ gitea.event_name }} ${{ gitea.ref }} ${{ gitea.repository }}"
|
||||
- name: Execute Dir Command XX
|
||||
shell: cmd
|
||||
- name: Execute Dir Command
|
||||
shell: pwsh
|
||||
run: dir C:\temp\*.* /s/b
|
||||
# - 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."
|
||||
|
||||
Reference in New Issue
Block a user