Initial commit.

This commit is contained in:
Franz Diebold 2020-02-10 22:41:27 +01:00
commit fc6622d8ba
8 changed files with 635 additions and 0 deletions

13
package-lock.json generated Normal file
View file

@ -0,0 +1,13 @@
{
"name": "github-env-vars-action",
"version": "0.0.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@actions/core": {
"version": "1.2.2",
"resolved": "https://registry.npmjs.org/@actions/core/-/core-1.2.2.tgz",
"integrity": "sha512-IbCx7oefq+Gi6FWbSs2Fnw8VkEI6Y4gvjrYprY3RV//ksq/KPMlClOerJ4jRosyal6zkUIc8R9fS/cpRMlGClg=="
}
}
}