Skip to content

Commit

Permalink
Run rollout if github_url is set
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirianni authored Nov 25, 2024
1 parent 0c4b471 commit 0c0e6a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/action/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ func main() {
zap.Any("bindplane_version", version.Tag),
)

if token != "" {
if token != "" || github_url != "" {
// Retrieve the commit message from the head commit on the branch
message, err := commitMessage(github_url, branch, token)
if err != nil {
Expand Down

0 comments on commit 0c0e6a5

Please sign in to comment.