mirror of
https://gitea.com/gitea/act_runner.git
synced 2026-03-21 04:16:46 +08:00
auto adjust code
This commit is contained in:
@@ -20,7 +20,7 @@ type Node interface {
|
||||
|
||||
type ValueNode struct {
|
||||
Kind TokenKind
|
||||
Value interface{}
|
||||
Value any
|
||||
}
|
||||
|
||||
// FunctionNode represents a function call with arguments.
|
||||
|
||||
Reference in New Issue
Block a user