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
Copy file name to clipboardExpand all lines: .github/workflows/pr-preview-release.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -69,12 +69,12 @@ jobs:
69
69
owner: context.repo.owner,
70
70
repo: context.repo.repo
71
71
});
72
-
72
+
// test
73
73
if (comments.data.some(c => c.body.includes('✅ Preview binaries are ready!'))) return;
74
74
75
75
github.rest.issues.createComment({
76
76
issue_number: prNumber,
77
77
owner: context.repo.owner,
78
78
repo: context.repo.repo,
79
79
body: `✅ Preview binaries are ready!\n\nTo test with modules: \`\`\`agentapi_version = "agentapi_${prNumber}"\`\`\` or download from: ${repoUrl}/releases/tag/${releaseTag}`
0 commit comments