This commit is contained in:
parent
318423354a
commit
0da256b63c
@ -12,6 +12,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
java-version: 21
|
java-version: 21
|
||||||
distribution: 'temurin'
|
distribution: 'temurin'
|
||||||
|
- name: Test Java
|
||||||
run: java --version
|
run: java --version
|
||||||
- name: Configure Git
|
- name: Configure Git
|
||||||
run: |
|
run: |
|
||||||
@ -19,7 +20,7 @@ jobs:
|
|||||||
git config --global user.name "Gitea Actions"
|
git config --global user.name "Gitea Actions"
|
||||||
git version
|
git version
|
||||||
- name: Script test
|
- name: Script test
|
||||||
run: .\script.bat withArgs
|
run: .\script.bat goofyGoober
|
||||||
- name: Copy File Test
|
- name: Copy File Test
|
||||||
run: |
|
run: |
|
||||||
cp dirOne/file.txt dirTwo/
|
cp dirOne/file.txt dirTwo/
|
||||||
|
2
script.bat
Normal file
2
script.bat
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
@echo off
|
||||||
|
echo Script run with arg: %1
|
Loading…
Reference in New Issue
Block a user