Skip to content

Commit

Permalink
Fix merging tag_and_release_output to params
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoy committed Sep 15, 2024
1 parent 49a88e7 commit 303af86
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def self.run(params)
tag_and_release_output[:merge_or_delete_failed] = true
end

report_status(params.merge(tag_and_release_output))
report_status(params.values.merge(tag_and_release_output))
end

def self.report_status(params)
Expand Down

0 comments on commit 303af86

Please sign in to comment.