1
0
mirror of https://github.com/github/octodns.git synced 2024-05-11 05:55:00 +00:00

remove newlines from json

This commit is contained in:
Ross McFarland
2023-10-07 09:14:48 -07:00
parent 97e4618313
commit 97d525df5b

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