1
0
mirror of https://gitea.com/actions/gitea-release-action.git synced 2026-02-02 11:07:12 +08:00

fix: Add docs about fetch api on nodejs<18

This commit is contained in:
Akkuman
2023-12-01 17:31:13 +08:00
parent 17144997f2
commit bfd657c820
3 changed files with 32 additions and 33 deletions

View File

@@ -8,8 +8,6 @@ import path from 'path'
async function run() {
try {
console.log(core)
console.log(gitea)
const server_url = core.getInput("server_url")
const name = core.getInput("name")
const body = core.getInput("body")