Skip to content

Commit bc66bb9

Browse files
committed
fix
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
1 parent c193b75 commit bc66bb9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-pr-cmk.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ jobs:
6767
uses: actions/github-script@v7
6868
with:
6969
script: |
70+
const { execSync } = require('child_process');
71+
7072
const issue_number = context.payload.pull_request.number;
7173
const identifier = "cmk-build-artifact-comment";
7274
const jobStatus = "${{ job.status }}";

0 commit comments

Comments
 (0)