From 8223b3b4402d38ed966a3181dfa4ed9ce8560a02 Mon Sep 17 00:00:00 2001 From: Allen Evans Date: Fri, 4 Oct 2019 00:11:42 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2bad43f..de8c6f2 100644 --- a/README.md +++ b/README.md @@ -118,6 +118,7 @@ An example: `https://github.com/sdras/awesome-actions/workflows/Lint%20Awesome%2 - [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) +- [Set environment variables for use in subsequent steps](https://github.com/allenevans/set-env) ### Testing and Linting From 080bb55a77cb62a8b50daaae4c2fdf79a435f309 Mon Sep 17 00:00:00 2001 From: Allen Evans Date: Fri, 4 Oct 2019 07:40:09 +0100 Subject: [PATCH 2/2] update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index de8c6f2..fb9b707 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,7 @@ An example: `https://github.com/sdras/awesome-actions/workflows/Lint%20Awesome%2 - [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) -- [Set environment variables for use in subsequent steps](https://github.com/allenevans/set-env) +- [Programmatically set environment variables for use in subsequent steps](https://github.com/allenevans/set-env) ### Testing and Linting