i have no idea why this broke

This commit is contained in:
object-Object 2023-09-05 01:32:01 -04:00
parent 1e64a589a9
commit ebf79103e0

View file

@ -119,7 +119,7 @@ jobs:
- name: List book languages
id: list-langs
run: |
echo "matrix=$($HEXDOC --list-langs)" >> "$GITHUB_OUTPUT"
echo "matrix='$($HEXDOC --list-langs)'" >> "$GITHUB_OUTPUT"
if [[ $RUNNER_DEBUG ]]; then
tree -I '__pycache__|Common|Fabric|Forge|venv'
fi