Skip to content

Commit a2457b4

Browse files
committed
Merge remote changes and resolve conflicts
- Keep GetWorkflowJobLogs function and grouped job endpoints - Use map[string]any consistently for modern Go style - Maintain all functionality from both branches
2 parents 41bda0a + f2cf2e6 commit a2457b4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/integration/api_actions_run_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,6 @@ func TestAPIActionsGetWorkflowJobLogs(t *testing.T) {
282282
AddTokenAuth(token)
283283
MakeRequest(t, req, http.StatusNotFound)
284284
}
285-
286285
func TestAPIActionsGetWorkflowRunLogsStream(t *testing.T) {
287286
defer prepareTestEnvActionsArtifacts(t)()
288287

0 commit comments

Comments
 (0)