mirror of
https://github.com/FranzDiebold/github-env-vars-action.git
synced 2024-11-09 02:23:39 -05:00
Improve description.
This commit is contained in:
parent
eed7b60918
commit
e545f221ed
3 changed files with 3 additions and 3 deletions
|
@ -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 |
|
||||
|---------------------------|---------------------------|
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue