fix: Adjust the jobparser and the matrix part

This commit is contained in:
Pascal Zimmermann
2026-05-22 22:40:28 +02:00
parent cfcb78a948
commit 9c8c05eb2e
2 changed files with 32 additions and 1 deletions
+2 -1
View File
@@ -9,9 +9,10 @@ import (
"sort"
"strings"
"code.gitea.io/gitea/modules/log"
"gitea.com/gitea/runner/act/exprparser"
"gitea.com/gitea/runner/act/model"
"code.gitea.io/gitea/modules/log"
"go.yaml.in/yaml/v4"
)