mirror of
https://github.com/FranzDiebold/github-env-vars-action.git
synced 2025-04-21 15:57:32 -05:00
Initial commit.
This commit is contained in:
commit
fc6622d8ba
8 changed files with 635 additions and 0 deletions
23
package.json
Normal file
23
package.json
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"name": "github-env-vars-action",
|
||||
"version": "0.0.1",
|
||||
"description": "GitHub Environment Variables Action",
|
||||
"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"
|
||||
},
|
||||
"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.2"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue