Skip to content

Commit

Permalink
Fix syntax and display values
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb committed Dec 13, 2023
1 parent 835a84e commit 6339e93
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,12 @@ jobs:
run: |
shopt -s globstar
scenarios=scenarios/**/*.json
scenarios=(scenarios/**/*.json)
for scenario in $scenarios
do
echo "$scenario"
done
echo "SCENARIOS=$scenarios" >> "$GITHUB_ENV"
- name: View scenarios
Expand Down

0 comments on commit 6339e93

Please sign in to comment.