Skip to content

Commit

Permalink
Merge pull request #642 from paketo-buildpacks/auth
Browse files Browse the repository at this point in the history
Force draft-release to rebuild
  • Loading branch information
Daniel Mikusa authored Apr 14, 2022
2 parents d33bee8 + ccd6d54 commit a6dd14e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions actions/draft-release/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ func main() {
}

if _, dryRun := inputs["dry_run"]; dryRun {
fmt.Println("Title:", name)
fmt.Println("Body:", body)
fmt.Println("Would execute EditRelease with:")
fmt.Println("Title: ", name)
fmt.Println("Body: ", body)
fmt.Println("Would execute EditRelease with: ")
fmt.Println(" ", owner)
fmt.Println(" ", repo)
fmt.Println(" ", releaseId)
Expand Down

0 comments on commit a6dd14e

Please sign in to comment.