Skip to content

Commit

Permalink
.github: fix tomlq filter
Browse files Browse the repository at this point in the history
  • Loading branch information
waynr committed Apr 9, 2023
1 parent 7a1393d commit b7193c2
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 b7193c2

Please sign in to comment.