Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/romeovs/dotenv

Read variables from a .env file
https://github.com/romeovs/dotenv

Last synced: 24 days ago
JSON representation

Read variables from a .env file

Awesome Lists containing this project

README

        

# GitHub Actions dotenv reader

Read variables from a `.env` file.

Marks all env variables as secret automatically.

## Usage

```yml
- uses: romeovs/dotenv
id: env
with:
filename: .env
- run: echo ${{ steps.id.output.FOO }}
```