You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constgeneratedCommit=awaitrun('git show -s --format=%H');
25
-
constheader=`✔️ codegen triggered on commit [${commit}](${REPOSITORY_URL}/pull/${PR_NUMBER}/commits/${commit}).`;
26
-
constbody=`🔍 Browse the generated code on branch [${branch}](${REPOSITORY_URL}/tree/${branch}): [${generatedCommit}](${REPOSITORY_URL}/commit/${generatedCommit}).`;
25
+
constheader=`✔️ codegen triggered on commit [${commit}](${repoUrl}/pull/${PR_NUMBER}/commits/${commit}).`;
26
+
constbody=`🔍 Browse the generated code on branch [${branch}](${repoUrl}/tree/${branch}): [${generatedCommit}](${repoUrl}/commit/${generatedCommit}).`;
27
27
28
28
return`${header}
29
29
@@ -33,13 +33,13 @@ ${body}`;
33
33
/**
34
34
* Add or update comment to the current `PR_NUMBER`.
0 commit comments