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:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user