Files
act/pkg
Guillaume S. 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 6cdf1e5788
```go
case string:
    acts[act] = []string{b}
```

Reviewed-on: https://gitea.com/gitea/act/pulls/129
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: Guillaume S. <me@gsvd.dev>
Co-committed-by: Guillaume S. <me@gsvd.dev>
2025-02-26 06:19:02 +00:00
..
2024-04-01 14:23:16 +08:00
2024-04-10 06:55:46 +00:00
2024-03-25 16:58:11 +08:00
2022-11-16 21:29:45 +00:00
2025-02-11 02:51:48 +00:00