diff --git a/.github/workflows/count_themes.yml b/.github/workflows/count_themes.yml index 41acdb1..4d06eec 100644 --- a/.github/workflows/count_themes.yml +++ b/.github/workflows/count_themes.yml @@ -42,3 +42,10 @@ jobs: MAGIC_NUMBER - name: Debug output run: echo "We have access to $MAGIC_NUMBER themes" + - name: Make envfile + uses: SpicyPizza/create-envfile@v2.0 + with: + envkey_MAGIC_NUMBER: ${{ vars.MAGIC_NUMBER }} + file_name: .env + fail_on_empty: true + sort_keys: false