diff --git a/forgejo.sh b/forgejo.sh index 173d553..71d7905 100755 --- a/forgejo.sh +++ b/forgejo.sh @@ -28,7 +28,7 @@ function run() { local image="$1" local version="$2" - if dpkg --compare-versions "$version" "lt" "1.19.0-3"; then + if test "$version" != "1.19" && dpkg --compare-versions "$version" "lt" "1.19.0-3"; then actions_unit="actions.actions" else actions_unit="repo.actions"