From f3010ebbdea1c31069a22908dbe74369bddcc28f Mon Sep 17 00:00:00 2001 From: Nikhil Badyal Date: Fri, 1 Sep 2023 22:18:20 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Fix=20only=20envs=20export=20not?= =?UTF-8?q?=20working?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/print-secrets.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/print-secrets.yml b/.github/workflows/print-secrets.yml index 96cd829..76e2465 100644 --- a/.github/workflows/print-secrets.yml +++ b/.github/workflows/print-secrets.yml @@ -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