fix DATA_JSON environment variable formatting

This commit is contained in:
amd64fox 2025-11-10 14:48:00 +03:00
parent ea015c7280
commit 8806f679a9

View file

@ -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