Skip to content

Commit

Permalink
meta: move nightly comment body to issue body (#3484)
Browse files Browse the repository at this point in the history
  • Loading branch information
avivkeller authored Aug 19, 2024
1 parent 3544311 commit d5c9c05
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,7 @@ jobs:
if(!issue) {
issue = (await github.rest.issues.create({
title: ISSUE_TITLE,
body: `Tests against nightly failed, see: ${actionRunUrl}`,
...issueContext
})).data
}
await github.rest.issues.createComment({
issue_number: issue.number,
body: `Tests against nightly failed, see: ${actionRunUrl}`,
...issueContext
});

0 comments on commit d5c9c05

Please sign in to comment.