Commit Graph
1 Commits
Author SHA1 Message Date
Guillaume S.andLunny Xiao 5da4954b65 fix handle missing yaml.ScalarNode (#129)
This bug was reported on https://github.com/go-gitea/gitea/issues/33657
Rewrite of (see below) was missing in this commit https://gitea.com/gsvd/act/commit/6cdf1e5788dbfa8fe9787a07178c28b64837a61f
```go
case string:
    acts[act] = []string{b}
```

Reviewed-on: https://gitea.com/gitea/act/pulls/129
Reviewed-by: Lunny Xiao <[email protected]>
Co-authored-by: Guillaume S. <[email protected]>
Co-committed-by: Guillaume S. <[email protected]>
2025-02-26 06:19:02 +00:00