Skip to content

Commit c9043c7

Browse files
committed
fix formatting
1 parent 67cc3c3 commit c9043c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/actions/context.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ func mergeTwoOutputs(o1, o2 map[string]string) map[string]string {
167167

168168
func (g *GiteaContext) ToGitHubContext() *model.GithubContext {
169169
return &model.GithubContext{
170-
Event: (*g)["event"].(map[string]interface{}),
170+
Event: (*g)["event"].(map[string]any),
171171
EventPath: (*g)["event_path"].(string),
172172
Workflow: (*g)["workflow"].(string),
173173
RunID: (*g)["run_id"].(string),

0 commit comments

Comments
 (0)