Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/duskmoon314/action-load-env
https://github.com/duskmoon314/action-load-env
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/duskmoon314/action-load-env
- Owner: duskmoon314
- License: mit
- Created: 2022-09-24T07:12:56.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-03T21:11:48.000Z (over 1 year ago)
- Last Synced: 2024-10-18T20:42:27.715Z (20 days ago)
- Language: TypeScript
- Size: 469 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
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 }}
```