Files
nixpkgs/.github/actions
Wolfgang Walther 13fbecb916 actions/get-merge-conflict: refactor
Using core.setOutput is much nicer than having to parse the json
"result" on the outside. This also avoids some very odd errors, when the
result can, for unknown reasons, *not* be parsed as JSON later on.

Also avoiding a bit of duplication between the "if mergeable" branches.

(cherry picked from commit 539e8d4f66)
2025-05-25 15:10:33 +00:00
..