mirror of
https://github.com/trympet/nextcloud-artifacts-action.git
synced 2025-05-05 00:16:09 +02:00
install @actions/core
This commit is contained in:
parent
0858a496cf
commit
ae1a817c9d
13
package-lock.json
generated
Normal file
13
package-lock.json
generated
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
{
|
||||||
|
"name": "nextcloud-artifacts-action",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"lockfileVersion": 1,
|
||||||
|
"requires": true,
|
||||||
|
"dependencies": {
|
||||||
|
"@actions/core": {
|
||||||
|
"version": "1.3.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/@actions/core/-/core-1.3.0.tgz",
|
||||||
|
"integrity": "sha512-xxtX0Cwdhb8LcgatfJkokqT8KzPvcIbwL9xpLU09nOwBzaStbfm0dNncsP0M4us+EpoPdWy7vbzU5vSOH7K6pg=="
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@ -16,5 +16,8 @@
|
|||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/trympet/nextcloud-artifacts-action/issues"
|
"url": "https://github.com/trympet/nextcloud-artifacts-action/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/trympet/nextcloud-artifacts-action#readme"
|
"homepage": "https://github.com/trympet/nextcloud-artifacts-action#readme",
|
||||||
|
"dependencies": {
|
||||||
|
"@actions/core": "^1.3.0"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user