remove newlines from json

This commit is contained in:
Ross McFarland
2023-10-07 09:14:48 -07:00
parent 97e4618313
commit 97d525df5b
+1 -1
View File
@@ -11,7 +11,7 @@ jobs:
- id: load
run: |
JSON=$(cat ./.python-versions.json)
echo "::set-output name=json::${JSON}"
echo "::set-output name=json::${JSON//'%'/'%25'}"
ci:
needs: config
runs-on: ubuntu-latest