Browse Source

remove newlines from json

pull/1084/head
Ross McFarland 2 years ago
parent
commit
97d525df5b
No known key found for this signature in database GPG Key ID: 943B179E15D3B22A
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/main.yml

+ 1
- 1
.github/workflows/main.yml 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


Loading…
Cancel
Save