Skip to content

Commit b864c86

Browse files
authored
fix: add closing brace (#85)
1 parent ca4b3a0 commit b864c86

File tree

1 file changed

+2
-1
lines changed
  • .github/actions/artifact-size-metrics/show-results

1 file changed

+2
-1
lines changed

.github/actions/artifact-size-metrics/show-results/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ runs:
3535
}
3636
}
3737
}
38-
}`
38+
}
39+
}`
3940
4041
const response = await github.graphql(getComments)
4142
const comments = response.repository.pullRequest.comments.nodes

0 commit comments

Comments
 (0)