From 2963e5e7483b4f01171ac433272dd54df46c4578 Mon Sep 17 00:00:00 2001 From: Benjamin DeMann Date: Wed, 28 Aug 2024 13:04:29 -0600 Subject: [PATCH] real final try --- .github/workflows/actions-demo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions-demo.yml b/.github/workflows/actions-demo.yml index df7c78f001..0ef4738560 100644 --- a/.github/workflows/actions-demo.yml +++ b/.github/workflows/actions-demo.yml @@ -36,7 +36,7 @@ jobs: - name: Generate tests id: gen_tests run: | - version="$(./.github/scripts/generate_tests.sh | base64 -d)" + version=$(./.github/scripts/generate_tests.sh | base64 -d) echo "all_tests=${version}" >> "$GITHUB_OUTPUT" use-output: runs-on: ubuntu-latest