From 8b3fa869d4f931e56efc5422a4ae8ee632350ff9 Mon Sep 17 00:00:00 2001 From: jarrettgaither <167137591+jarrettgaither@users.noreply.github.com> Date: Tue, 4 Jun 2024 16:12:06 -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 0b903c9..9290eac 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}}"