Skip to content

Commit 1a0dd6a

Browse files
authored
fix missing comma
1 parent 23dae47 commit 1a0dd6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/benchmark.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ jobs:
193193
github.rest.repos.createCommitStatus({
194194
owner: context.repo.owner,
195195
repo: context.repo.repo,
196-
sha: context.sha
196+
sha: context.sha,
197197
state: state,
198198
target_url: url,
199199
description: description,

0 commit comments

Comments
 (0)