Skip to content

Commit eee027d

Browse files
authored
Update ocwm-creator.yml
Add missing ';'
1 parent defef76 commit eee027d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ocwm-creator.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
const ocwmnumber = ${{ steps.create-issue.outputs.issue-number }};
100100
101101
const { data: ocwmissue } = await mygithub.request(`GET /repos/${context.repo.owner}/${context.repo.repo}/issues/${ ocwmnumber }`, {
102-
})
102+
});
103103
104104
console.log("OCWM Issue:" + JSON.stringify(ocwmissue));
105105
@@ -109,7 +109,7 @@ jobs:
109109
body: newBody,
110110
milestone: null,
111111
state: 'open',
112-
})
112+
});
113113
114114
const newTitle = ocwmissue.title;
115115
const issueDate = newTitle.replace(/Open Community Working Meeting /g, "");

0 commit comments

Comments
 (0)