Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/duskmoon314/action-load-env


https://github.com/duskmoon314/action-load-env

Last synced: 12 days ago
JSON representation

Awesome Lists containing this project

README

        

[![build-test](https://github.com/duskmoon314/action-load-env/actions/workflows/test.yml/badge.svg)](https://github.com/duskmoon314/action-load-env/actions/workflows/test.yml)

# Action Load Env

This action loads environment variables from files

## Usage

```yaml
steps:
- uses: duskmoon314/action-load-env@v1
id: load-env
with:
files: |
.env.test
.env.dev.*
# do anything you want with the env or outputs
- run: echo ${{ steps.load-env.outputs.Answer }}
```