Skip to content

Commit

Permalink
add )
Browse files Browse the repository at this point in the history
  • Loading branch information
MarquessV committed Nov 15, 2024
1 parent de88756 commit c854c5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate-downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ jobs:
repo,
issue_number,
});
const existingComment = comments.data.find(comment => comment.body.startsWith(`<!-- ${identifier} -->`);
const existingComment = comments.data.find(comment => comment.body.startsWith(`<!-- ${identifier} -->`));
const postOrUpdateComment = function (body) => {
const postOrUpdateComment = (body) => {
if (existingComment) {
await github.rest.issues.updateComment({
owner,
Expand Down

0 comments on commit c854c5a

Please sign in to comment.