From 187f911727d164f045f176f1ad136e569b9374e2 Mon Sep 17 00:00:00 2001 From: Pamela Marcum Date: Fri, 31 Jan 2025 23:44:41 -0800 Subject: [PATCH] Update compileMyLatex.yml --- .github/workflows/compileMyLatex.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/compileMyLatex.yml b/.github/workflows/compileMyLatex.yml index 2b23a8a9..19524425 100644 --- a/.github/workflows/compileMyLatex.yml +++ b/.github/workflows/compileMyLatex.yml @@ -149,8 +149,7 @@ jobs: # post initialized folder to repository git config --global user.email "email@gmail.com" git config --global user.name "github actions" - #git add $listOfCompressedFiles - git add ${{ github.event.inputs.file2compile }}START.txt ${{ github.event.inputs.file2compile }}_hiRes.pdf + git add "${listOfCompressedFiles}" git commit -m "Upload changes to folder" git push continue-on-error: true