Skip to content

Commit

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

0 comments on commit 242eec9

Please sign in to comment.