mirror of
https://github.com/FranzDiebold/github-env-vars-action.git
synced 2024-11-29 20:20:56 -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
|
# :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 |
|
| Environment Variable Name | Example value |
|
||||||
|---------------------------|---------------------------|
|
|---------------------------|---------------------------|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
name: 'GitHub Environment Variables Action'
|
name: 'GitHub Environment Variables Action'
|
||||||
description: 'Get useful Environment Variables.'
|
description: 'Expose useful Environment Variables.'
|
||||||
author: 'Franz Diebold'
|
author: 'Franz Diebold'
|
||||||
runs:
|
runs:
|
||||||
using: 'node12'
|
using: 'node12'
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "github-env-vars-action",
|
"name": "github-env-vars-action",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"description": "GitHub Environment Variables Action",
|
"description": "GitHub Action to expose useful Environment Variables.",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "ncc build index.js",
|
"build": "ncc build index.js",
|
||||||
|
|
Loading…
Reference in a new issue