mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-24 19:38:36 +09:00
👷 Fix only envs export not working
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user