📦 Add @actions/core & @actions/github.

This commit is contained in:
pheralb
2023-12-16 20:45:59 +00:00
parent 991494c04d
commit 179f27fdf5
2 changed files with 166 additions and 1 deletions
+5 -1
View File
@@ -12,6 +12,10 @@
"check"
],
"scripts": {
"start": "node index.mjs"
"start": "node index.js"
},
"dependencies": {
"@actions/core": "1.10.1",
"@actions/github": "6.0.0"
}
}