From 0538ca12837f4c0a5fe6624a3c2e4ac720c39572 Mon Sep 17 00:00:00 2001 From: jarrettgaither <167137591+jarrettgaither@users.noreply.github.com> Date: Tue, 4 Jun 2024 16:19:22 -0700 Subject: [PATCH] Update getting-started.yml --- .github/workflows/getting-started.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/getting-started.yml b/.github/workflows/getting-started.yml index 9290eac..f797d46 100644 --- a/.github/workflows/getting-started.yml +++ b/.github/workflows/getting-started.yml @@ -47,5 +47,5 @@ jobs: - name: printing shell: bash run: | - value='cat my_string.txt' + value=`cat my_string.txt` echo "$value - ${{matrix.nums}}"