Skip to content

Commit 54f7078

Browse files
committed
refactor: streamline TOC workflow and remove duplicate code
1 parent 3ea8962 commit 54f7078

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/build-toc-generator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: TOC Generation Workflow Completed
1+
name: TOC Generation Workflow
22

33
on:
44
workflow_dispatch:

Packages/SimplePackage/Scripts/TestScript.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,5 @@ namespace SimplePackage.Scripts
44
public sealed class TestScript
55
{
66
public string Message => "Hello World! from Test simple package";
7-
public string Message2 => "Hello World! from Test simple package";
87
}
98
}

0 commit comments

Comments
 (0)