[PR #133] [MERGED] fix #121 and #123 - add support for reading env variables from .env #1359

Closed
opened 2026-03-01 21:50:51 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/nektos/act/pull/133
Author: @cplee
Created: 3/6/2020
Status: Merged
Merged: 3/6/2020
Merged by: @cplee

Base: masterHead: dotenv


📝 Commits (1)

  • 2d0a22d fix #121 and #123 - add support for reading env variables from .env

📊 Changes

14 files changed (+629 additions, -0 deletions)

View changed files

📝 README.md (+6 -0)
📝 cmd/input.go (+6 -0)
📝 cmd/root.go (+12 -0)
📝 go.mod (+1 -0)
📝 go.sum (+2 -0)
📝 pkg/runner/runner_test.go (+52 -0)
pkg/runner/testdata/secrets/.env (+3 -0)
📝 pkg/runner/testdata/secrets/push.yml (+4 -0)
vendor/github.com/joho/godotenv/.gitignore (+1 -0)
vendor/github.com/joho/godotenv/.travis.yml (+8 -0)
vendor/github.com/joho/godotenv/LICENCE (+23 -0)
vendor/github.com/joho/godotenv/README.md (+163 -0)
vendor/github.com/joho/godotenv/godotenv.go (+346 -0)
📝 vendor/modules.txt (+2 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/nektos/act/pull/133 **Author:** [@cplee](https://github.com/cplee) **Created:** 3/6/2020 **Status:** ✅ Merged **Merged:** 3/6/2020 **Merged by:** [@cplee](https://github.com/cplee) **Base:** `master` ← **Head:** `dotenv` --- ### 📝 Commits (1) - [`2d0a22d`](https://github.com/nektos/act/commit/2d0a22dfb34314ebed7b41a8cee6cec5d1510170) fix #121 and #123 - add support for reading env variables from .env ### 📊 Changes **14 files changed** (+629 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+6 -0) 📝 `cmd/input.go` (+6 -0) 📝 `cmd/root.go` (+12 -0) 📝 `go.mod` (+1 -0) 📝 `go.sum` (+2 -0) 📝 `pkg/runner/runner_test.go` (+52 -0) ➕ `pkg/runner/testdata/secrets/.env` (+3 -0) 📝 `pkg/runner/testdata/secrets/push.yml` (+4 -0) ➕ `vendor/github.com/joho/godotenv/.gitignore` (+1 -0) ➕ `vendor/github.com/joho/godotenv/.travis.yml` (+8 -0) ➕ `vendor/github.com/joho/godotenv/LICENCE` (+23 -0) ➕ `vendor/github.com/joho/godotenv/README.md` (+163 -0) ➕ `vendor/github.com/joho/godotenv/godotenv.go` (+346 -0) 📝 `vendor/modules.txt` (+2 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 21:50:51 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/act#1359
No description provided.