fix DATA_JSON environment variable formatting
This commit is contained in:
parent
ea015c7280
commit
8806f679a9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/update_versions.yml
vendored
2
.github/workflows/update_versions.yml
vendored
|
|
@ -28,7 +28,7 @@ jobs:
|
|||
|
||||
- name: Update versions.json
|
||||
env:
|
||||
DATA_JSON: ${{ github.event.inputs.datajson }}
|
||||
DATA_JSON: ${{ toJSON(github.event.inputs.datajson) }}
|
||||
run: |
|
||||
python3 update_versions.py
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue