Skip to content

Commit 6222039

Browse files
committed
print result of GH PR creation
OTP-19763
1 parent 428768a commit 6222039

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/scripts/otp-compliance.es

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2539,7 +2539,8 @@ verify_openvex(#{create_pr := PR}) ->
25392539
end, Branches),
25402540
case PR of
25412541
true ->
2542-
cmd(".github/scripts/create-openvex-pr.sh " ++ ?GH_ACCOUNT ++ " vex");
2542+
Result = cmd(".github/scripts/create-openvex-pr.sh " ++ ?GH_ACCOUNT ++ " vex"),
2543+
io:format("~s~n", [unicode:characters_to_binary(Result)]);
25432544
false ->
25442545
ok
25452546
end.

0 commit comments

Comments
 (0)