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 7018e22
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,9 +52,14 @@ jobs:
run: |
shopt -s globstar
scenarios=scenarios/**/*.json
scenarios=(scenarios/**/*.json)
echo "SCENARIOS=$scenarios" >> "$GITHUB_ENV"
for scenario in $SCENARIOS
do
echo "$scenario"
done
- name: View scenarios
run: |
poetry run packse view $SCENARIOS
Expand Down

0 comments on commit 7018e22

Please sign in to comment.