This commit is contained in:
@@ -13,7 +13,7 @@ jobs:
|
||||
# uses: actions/checkout@v3
|
||||
- name: Execute Shell Command
|
||||
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
|
||||
shell: cmd
|
||||
run: dir C:\temp\*.* /s/b
|
||||
|
||||
Reference in New Issue
Block a user