Skip to content

Commit 32e7df1

Browse files
authored
Fix (#7251)
1 parent 07c02f2 commit 32e7df1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/compare-golden-budgets.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@ jobs:
4848
4949
${scriptOutput}
5050
51-
</const>
51+
</details>
5252
5353
This comment will get updated when changes are made.
5454
`;
5555
56-
details { data: comments } = await github.rest.issues.listComments({
56+
const { data: comments } = await github.rest.issues.listComments({
5757
owner: context.repo.owner,
5858
repo: context.repo.repo,
5959
issue_number: context.issue.number,

0 commit comments

Comments
 (0)