Skip to content

Commit

Permalink
.github: try making GHA happy w/ properly formatted sequence of app n…
Browse files Browse the repository at this point in the history
…ames
  • Loading branch information
waynr committed Apr 9, 2023
1 parent 3b6ab50 commit 7a1393d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
pip install yq
- id: get-app-names
run: |
echo "app-names=\"$(tomlq -c '.workspace.members[]' Cargo.toml)\"" >> "$GITHUB_OUTPUT"
echo "app-names=$(tomlq -c '.workspace.members[]' Cargo.toml)" >> "$GITHUB_OUTPUT"
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 7a1393d

Please sign in to comment.