👷 Fix only envs export not working

This commit is contained in:
Nikhil Badyal
2023-09-01 22:18:20 +05:30
parent ae9f8889f4
commit f3010ebbde
-1
View File
@@ -20,7 +20,6 @@ jobs:
ALL: ${{ toJSON(secrets) }}
- name: Save ENVS
if: inputs.ALL
run: |
python -c "import os; file = open('.env', 'w'); file.write(os.environ['ENVS']); file.close()"
shell: bash