From e545f221ed555eecdfef19ea3daa540a91326897 Mon Sep 17 00:00:00 2001 From: Franz Diebold Date: Mon, 10 Feb 2020 22:53:24 +0100 Subject: [PATCH] Improve description. --- README.md | 2 +- action.yml | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 671e9ad..9631345 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # :octocat: :rocket: GitHub Environment Variables Action -A GitHub Action to get useful Environment Variables. +A GitHub Action to expose useful Environment Variables. | Environment Variable Name | Example value | |---------------------------|---------------------------| diff --git a/action.yml b/action.yml index 0866db4..6c8823f 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,5 @@ name: 'GitHub Environment Variables Action' -description: 'Get useful Environment Variables.' +description: 'Expose useful Environment Variables.' author: 'Franz Diebold' runs: using: 'node12' diff --git a/package.json b/package.json index e970f3f..978f47d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "github-env-vars-action", "version": "0.0.1", - "description": "GitHub Environment Variables Action", + "description": "GitHub Action to expose useful Environment Variables.", "main": "index.js", "scripts": { "build": "ncc build index.js",