mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
👷 Fix only envs export not working
This commit is contained in:
@@ -20,7 +20,6 @@ jobs:
|
|||||||
ALL: ${{ toJSON(secrets) }}
|
ALL: ${{ toJSON(secrets) }}
|
||||||
|
|
||||||
- name: Save ENVS
|
- name: Save ENVS
|
||||||
if: inputs.ALL
|
|
||||||
run: |
|
run: |
|
||||||
python -c "import os; file = open('.env', 'w'); file.write(os.environ['ENVS']); file.close()"
|
python -c "import os; file = open('.env', 'w'); file.write(os.environ['ENVS']); file.close()"
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|||||||
Reference in New Issue
Block a user