From 7904afd9de04dd34993f39b7a361f6fa095877b4 Mon Sep 17 00:00:00 2001 From: Tobias Hoge Date: Tue, 24 Sep 2019 14:26:37 +0200 Subject: [PATCH] Add an action for global environment variables https://github.com/zweitag/github-actions It's an action i coded for my company to set global environment variables in our build steps. You can specify a file from which the variables will be read. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 108e190..5c73bd8 100644 --- a/README.md +++ b/README.md @@ -112,6 +112,7 @@ An example: `https://github.com/sdras/awesome-actions/workflows/Lint%20Awesome%2 - [Debug with SSH over tmate](https://github.com/mxschmitt/action-tmate) - Debug the Action directly by providing a SSH connection. - [Unlock git-crypt files](https://github.com/sliteteam/github-action-git-crypt-unlock) - [Golang CGO cross compiler](https://github.com/crazy-max/ghaction-xgo) +- [Export global environment variables for succeeding build steps](https://github.com/zweitag/github-actions) ### Testing and Linting