Skip to content

Gitea / Forgejo Test Package

Docker Image SizeLicenseGit Repository

Tests whether files are present in a generic Forgejo or Gitea package.

The files are selected using glob patterns.

Params

ParamDescription
API_URLForgejo API URL (string)
API_USERUser for authentication (string)
API_PASSWORDPassword for authentication (string)
PACKAGE_OWNEROwner of the package (string)
PACKAGE_NAMEPackage name (string)
PACKAGE_VERSIONPackage version (string)
FILESSpace separated list of file patterns to be included (shell syntax) (string)
FAILWhether the task should fail on the specified condition (default: exists) ("exists" | "does-not-exist" | "false")
RESULT_VARName of a runtime variable for setting the step result ("failure" | "exists" | "does-not-exist") to (string)