This commit is contained in:
parent
318423354a
commit
0da256b63c
@ -12,6 +12,7 @@ jobs:
|
||||
with:
|
||||
java-version: 21
|
||||
distribution: 'temurin'
|
||||
- name: Test Java
|
||||
run: java --version
|
||||
- name: Configure Git
|
||||
run: |
|
||||
@ -19,7 +20,7 @@ jobs:
|
||||
git config --global user.name "Gitea Actions"
|
||||
git version
|
||||
- name: Script test
|
||||
run: .\script.bat withArgs
|
||||
run: .\script.bat goofyGoober
|
||||
- name: Copy File Test
|
||||
run: |
|
||||
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