Skip to content

Commit

Permalink
Added info msg
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-karpukhin committed Aug 1, 2023
1 parent bc0fb68 commit 1939125
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/cleanup/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ func main() {
log.Fatal(err)
}

log.Println("Total projects selected for deletion: ", len(projectList))
ctx := context.Background()
ok := project.DeleteProjects(ctx, client, projectList)
if !ok {
Expand Down

0 comments on commit 1939125

Please sign in to comment.