Skip to content

Commit

Permalink
Forget it; just use zsh?
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb committed Dec 13, 2023
1 parent 6339e93 commit eb8dba0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,14 @@ jobs:
- name: Collect scenarios
run: |
shopt -s globstar
scenarios=(scenarios/**/*.json)
for scenario in $scenarios
do
echo "$scenario"
done
echo "SCENARIOS=$scenarios" >> "$GITHUB_ENV"
shell: zsh {0}

- name: View scenarios
run: |
Expand Down

0 comments on commit eb8dba0

Please sign in to comment.