Gitea / Forgejo Upload Package
Uploads files to a generic Forgejo or Gitea package.
The files to be uploaded are determined using glob patterns.
Params
| Param | Description |
|---|---|
API_URL | Forgejo API URL (string) |
API_USER | User for authentication (string) |
API_PASSWORD | Password for authentication (string) |
PACKAGE_OWNER | Owner of the package (string) |
PACKAGE_NAME | Package name (string) |
PACKAGE_VERSION | Package version (string) |
FILES | Space separated list of file patterns to be included (shell syntax) (string) |
SKIP_EXISTING | Skip existing files to prevent the task from failing if a file has already been uploaded (default: true) ("true" | "false") |