We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07c02f2 commit 32e7df1Copy full SHA for 32e7df1
.github/workflows/compare-golden-budgets.yaml
@@ -48,12 +48,12 @@ jobs:
48
49
${scriptOutput}
50
51
- </const>
+ </details>
52
53
This comment will get updated when changes are made.
54
`;
55
56
- details { data: comments } = await github.rest.issues.listComments({
+ const { data: comments } = await github.rest.issues.listComments({
57
owner: context.repo.owner,
58
repo: context.repo.repo,
59
issue_number: context.issue.number,
0 commit comments