Skip to content

Commit 5705608

Browse files
[Ignore] fix match in updateNotebookApi.yml
1 parent 4ca4e8c commit 5705608

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/updateNotebookApi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
5050
# Find the Notebook region start index
5151
for ( $i = $index; $i -lt $dts.Length; $i++) {
52-
if($dts[$i] -match '//#region @rebornix: Notebook') {
52+
if($dts[$i] -match '//#region notebook https://github.com/microsoft/vscode/issues/106744') {
5353
$index = $i
5454
break
5555
}

0 commit comments

Comments
 (0)