Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Wambere committed Jan 12, 2024
1 parent b34cd83 commit 741f73f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/check-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ jobs:
files=$(jq ".[]" $HOME/files.json)
echo $files
echo "1------"
for f in $files; do $f="blah"; done
echo "2-----------"
for f in $files; do echo $f; done
for f in $files
do
echo "blah"
echo $f
done
echo "3-----------"

0 comments on commit 741f73f

Please sign in to comment.