From 0da256b63cc40df9a4c8a441242931033ab8347c Mon Sep 17 00:00:00 2001 From: Steven Tracey Date: Thu, 24 Oct 2024 15:56:11 -0400 Subject: [PATCH] Mod 1 --- .gitea/workflows/build.yml | 3 ++- script.bat | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 script.bat diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index db907f5..123eedc 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -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/ diff --git a/script.bat b/script.bat new file mode 100644 index 0000000..7f113ce --- /dev/null +++ b/script.bat @@ -0,0 +1,2 @@ +@echo off +echo Script run with arg: %1 \ No newline at end of file