Skip to content

ssgglobal/create-env-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Create .env action

Create an .env file from Environment Variables.

Inputs

template

Required The template file to make the .env from.

save_as

Full path to the .env to save. Default ./.env

Outputs

status

Was the action successful or not?

Example Usage

uses: ssgglobal/create-env-action@v0.1.0
with:
    template: './.env.example'
    save_as: './.env'

About

Create an .env file from Environment Variables.

Resources

License

Stars

Watchers

Forks

Packages

No packages published