From da3c63ce4c176f15f9849902285720e34257aed0 Mon Sep 17 00:00:00 2001 From: jake Date: Sat, 18 Oct 2025 13:39:01 -0400 Subject: [PATCH] learning about variables --- .gitea/workflows/modlist.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/modlist.yaml b/.gitea/workflows/modlist.yaml index 4ff4aa5..709abec 100644 --- a/.gitea/workflows/modlist.yaml +++ b/.gitea/workflows/modlist.yaml @@ -19,5 +19,7 @@ jobs: run: | sed -i 's/MODS:.*/MODS:/' README.md cat README.md - echo "${{steps.getfiles.outputs.files}}" >> README.md + echo ${{steps.getfiles.outputs.files}} >> README.md cat README.md + echo ${{steps.getfiles.outputs.files}} + echo "${{steps.getfiles.outputs.files}}"