We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 428768a commit 6222039Copy full SHA for 6222039
.github/scripts/otp-compliance.es
@@ -2539,7 +2539,8 @@ verify_openvex(#{create_pr := PR}) ->
2539
end, Branches),
2540
case PR of
2541
true ->
2542
- cmd(".github/scripts/create-openvex-pr.sh " ++ ?GH_ACCOUNT ++ " vex");
+ Result = cmd(".github/scripts/create-openvex-pr.sh " ++ ?GH_ACCOUNT ++ " vex"),
2543
+ io:format("~s~n", [unicode:characters_to_binary(Result)]);
2544
false ->
2545
ok
2546
end.
0 commit comments