mirror of
https://code.forgejo.org/actions/setup-forgejo.git
synced 2024-11-24 02:41:01 -05:00
version 1.19 is >= 1.19.0-3
This commit is contained in:
parent
60af48d02b
commit
6a27a460b5
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ function run() {
|
||||||
local image="$1"
|
local image="$1"
|
||||||
local version="$2"
|
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"
|
actions_unit="actions.actions"
|
||||||
else
|
else
|
||||||
actions_unit="repo.actions"
|
actions_unit="repo.actions"
|
||||||
|
|
Loading…
Reference in a new issue