mirror of
https://code.forgejo.org/actions/setup-forgejo.git
synced 2024-11-23 20:50:58 -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 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"
|
||||
|
|
Loading…
Reference in a new issue