Skip to content

Commit d566c25

Browse files
Merge pull request #10195 from kikofernandez/kiko/create-openvex-gh-prs/OTP-19763
print result of GH PR creation OTP-19763
2 parents 428768a + 6222039 commit d566c25

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)