Skip to content

try this too

try this too #4

Workflow file for this run

on: push
jobs:
create-envfile:
runs-on: ubuntu-latest
steps:
- name: Make File
uses: SpicyPizza/[email protected]
with:
envkey_DEBUG: ${{ toJSON(secrets) }}
file_name: .env
fail_on_empty: false
- name: Upload
uses: actions/upload-artifact@v4
with:
name: .env
path: .