mirror of
https://github.com/FranzDiebold/github-env-vars-action.git
synced 2025-04-21 15:57:32 -05:00
Switch to JavaScript action.
This commit is contained in:
parent
50fcc24a2c
commit
fba151b9d9
8 changed files with 505 additions and 30 deletions
27
package.json
Normal file
27
package.json
Normal file
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
"name": "github-env-vars-action",
|
||||
"version": "1.1.0",
|
||||
"description": "A GitHub Action to expose useful environment variables.",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"build": "ncc build index.js",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/FranzDiebold/github-env-vars-action.git"
|
||||
},
|
||||
"keywords": [
|
||||
"Environment variables",
|
||||
"GitHub Action"
|
||||
],
|
||||
"author": "Franz Diebold",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/FranzDiebold/github-env-vars-action/issues"
|
||||
},
|
||||
"homepage": "https://github.com/FranzDiebold/github-env-vars-action#readme",
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.2.4"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue