Add script and workflow to sync the set of starter-workflows for GHES

This commit is contained in:
Christopher Schleiden
2020-05-15 16:49:20 -07:00
parent e3d245e1f3
commit 5802cb7302
9 changed files with 390 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"name": "sync-ghes-actions",
"version": "1.0.0",
"main": "index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "github/c2c-actions-experience",
"license": "MIT",
"devDependencies": {
"@types/js-yaml": "^3.12.4",
"@types/node": "^14.0.1",
"ts-node": "^8.10.1",
"typescript": "^3.9.2"
},
"dependencies": {
"js-yaml": "^3.13.1"
}
}