feat: add artifact api from gitea server #103

Merged
fuxiaohei merged 2 commits from main into main 2023-04-10 13:35:08 +00:00
fuxiaohei commented 2023-04-06 12:42:28 +00:00 (Migrated from gitea.com)

add action api for artifacts upload and download.
It's related to https://github.com/go-gitea/gitea/pull/22738

add action api for artifacts upload and download. It's related to https://github.com/go-gitea/gitea/pull/22738
wolfogre (Migrated from gitea.com) reviewed 2023-04-06 13:50:25 +00:00
wolfogre (Migrated from gitea.com) commented 2023-04-06 13:50:25 +00:00

Since ACTIONS_RUNTIME_URL is constant for tasks, maybe it could be moved to NewRunner

https://gitea.com/gitea/act_runner/src/commit/d139faa40c7c6a0e6ed8770e7a721807d9db6476/internal/app/run/runner.go#L62

Since `ACTIONS_RUNTIME_URL` is constant for tasks, maybe it could be moved to `NewRunner` https://gitea.com/gitea/act_runner/src/commit/d139faa40c7c6a0e6ed8770e7a721807d9db6476/internal/app/run/runner.go#L62
wolfogre (Migrated from gitea.com) approved these changes 2023-04-10 13:33:53 +00:00
Sign in to join this conversation.