go-githubactions icon indicating copy to clipboard operation
go-githubactions copied to clipboard

Go SDK for GitHub Actions - easily author GitHub Actions in Go

Results 1 go-githubactions issues
Sort by recently updated
recently updated
newest added

It would be great to have an adapter between `githubactions.Action` and [`slog.Handler`](https://pkg.go.dev/log/slog#Handler). For example: ```go // SlogHandler returns [slog.Handler] for that Action. // // [slog.LevelDebug], [slog.LevelInfo], [slog.LevelWarn], and [slog.LevelError] severity...