Skip to content

Commit 15d08ea

Browse files
committed
upload-snapshot: use the correct Check Run label
Using `tag-git` would overwrite the existing one! Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 0415ab4 commit 15d08ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GitForWindowsHelper/cascading-runs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ const handlePush = async (context, req) => {
358358
pushOwner,
359359
pushRepo,
360360
commit,
361-
'tag-git',
361+
'upload-snapshot',
362362
tagGitCheckRunTitle,
363363
tagGitCheckRunTitle
364364
)

0 commit comments

Comments
 (0)