Skip to content

Commit

Permalink
Update getting-started.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrettgaither authored Jun 4, 2024
1 parent 8b3fa86 commit 0538ca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/getting-started.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ jobs:
- name: printing
shell: bash
run: |
value='cat my_string.txt'
value=`cat my_string.txt`
echo "$value - ${{matrix.nums}}"

0 comments on commit 0538ca1

Please sign in to comment.