From c73da75d9ab489249f8c6513dd41a466d8f6e355 Mon Sep 17 00:00:00 2001 From: Franz Diebold Date: Wed, 22 Jul 2020 17:17:03 +0200 Subject: [PATCH 1/4] Add github-env-vars-action. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2a34ede..421143c 100644 --- a/README.md +++ b/README.md @@ -202,6 +202,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Public IP](https://github.com/haythem/public-ip) - Queries GitHub actions runner's public IP address. - [GitHub Actions for Lazarus/FPC](https://github.com/gcarreno/setup-lazarus) - [Twilio Fax](https://github.com/fabasoad/twilio-fax-action/) - Sends a document by fax using your Twilio account. +- [GitHub Environment Variables Action](https://github.com/FranzDiebold/github-env-vars-action) - :rocket: A GitHub Action to expose useful environment variables such as the branch/tag name, repository slug, ref slug, and many more! #### Environments From 88b5941ce4e7447b53aca545651b70f84f5a6fb4 Mon Sep 17 00:00:00 2001 From: Franz Diebold Date: Wed, 22 Jul 2020 21:02:37 +0200 Subject: [PATCH 2/4] Fix awesome-lint. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 421143c..d235646 100644 --- a/README.md +++ b/README.md @@ -202,7 +202,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Public IP](https://github.com/haythem/public-ip) - Queries GitHub actions runner's public IP address. - [GitHub Actions for Lazarus/FPC](https://github.com/gcarreno/setup-lazarus) - [Twilio Fax](https://github.com/fabasoad/twilio-fax-action/) - Sends a document by fax using your Twilio account. -- [GitHub Environment Variables Action](https://github.com/FranzDiebold/github-env-vars-action) - :rocket: A GitHub Action to expose useful environment variables such as the branch/tag name, repository slug, ref slug, and many more! +- [GitHub Environment Variables Action](https://github.com/FranzDiebold/github-env-vars-action) - A GitHub Action to expose useful environment variables such as the branch/tag name, repository slug, ref slug, and many more! :rocket: #### Environments From 5b388ee2e46dc3ac5d52149809542045e14db84b Mon Sep 17 00:00:00 2001 From: Franz Diebold Date: Wed, 22 Jul 2020 21:04:30 +0200 Subject: [PATCH 3/4] Fix awesome-lint. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d235646..12810cc 100644 --- a/README.md +++ b/README.md @@ -202,7 +202,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Public IP](https://github.com/haythem/public-ip) - Queries GitHub actions runner's public IP address. - [GitHub Actions for Lazarus/FPC](https://github.com/gcarreno/setup-lazarus) - [Twilio Fax](https://github.com/fabasoad/twilio-fax-action/) - Sends a document by fax using your Twilio account. -- [GitHub Environment Variables Action](https://github.com/FranzDiebold/github-env-vars-action) - A GitHub Action to expose useful environment variables such as the branch/tag name, repository slug, ref slug, and many more! :rocket: +- [GitHub Environment Variables Action](https://github.com/FranzDiebold/github-env-vars-action) - A GitHub Action to expose useful environment variables such as the branch/tag name, repository slug, ref slug, and many more :rocket:! #### Environments From 0781a8a227ed78074ae1cadd8663fb849c74cd2f Mon Sep 17 00:00:00 2001 From: Sarah Drasner Date: Fri, 28 Aug 2020 06:00:32 -0600 Subject: [PATCH 4/4] Modify description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 70787ba..e748209 100644 --- a/README.md +++ b/README.md @@ -218,7 +218,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Import a GPG Key](https://github.com/crazy-max/ghaction-import-gpg) - [Compress with UPX](https://github.com/crazy-max/ghaction-upx) - The Ultimate Packer for eXecutables. - [Pull the New Go Module Version Into the Proxy Cache](https://github.com/andrewslotin/go-proxy-pull-action) - Ensures the latest version of your Go module is in the proxy cache. Also updates the pkg.go.dev documentation upon release. -- [GitHub Environment Variables Action](https://github.com/FranzDiebold/github-env-vars-action) - A GitHub Action to expose useful environment variables such as the branch/tag name, repository slug, ref slug, and many more! +- [GitHub Environment Variables Action](https://github.com/FranzDiebold/github-env-vars-action) - Expose environment variables such as the branch/tag name, repository slug, and ref slug. #### Environments