OF-DL/package.json
sim0n00ps 0dcd38e0ab
Some checks failed
Publish Docker image / Push docker image to registry (push) Failing after 5s
Publish release zip / build (push) Failing after 3s
More tweaks to actions
2025-05-04 17:26:18 +01:00

11 lines
198 B
JSON

{
"name": "gitea-actions",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.10.0",
"node-fetch": "^2.6.9"
}
}