Skip to content

Commit 73fbb2d

Browse files
authored
test commit
1 parent b4dfd18 commit 73fbb2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr-preview-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,12 @@ jobs:
6969
owner: context.repo.owner,
7070
repo: context.repo.repo
7171
});
72-
72+
// test
7373
if (comments.data.some(c => c.body.includes('✅ Preview binaries are ready!'))) return;
7474
7575
github.rest.issues.createComment({
7676
issue_number: prNumber,
7777
owner: context.repo.owner,
7878
repo: context.repo.repo,
7979
body: `✅ Preview binaries are ready!\n\nTo test with modules: \`\`\`agentapi_version = "agentapi_${prNumber}"\`\`\` or download from: ${repoUrl}/releases/tag/${releaseTag}`
80-
});
80+
});

0 commit comments

Comments
 (0)