Skip to content

Commit

Permalink
atlasaction: rm ugly log (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
rotemtam authored Oct 10, 2023
1 parent 3e93a6f commit f522ad1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion atlasaction/action.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ func MigrateApply(ctx context.Context, client *atlasexec.Client, act *githubacti
act.SetOutput("target", run.Target)
act.SetOutput("pending_count", strconv.Itoa(len(run.Pending)))
act.SetOutput("applied_count", strconv.Itoa(len(run.Applied)))
act.Infof("Run complete: +%v", run)
return nil
}

Expand Down

0 comments on commit f522ad1

Please sign in to comment.