Skip to content

Commit f37665d

Browse files
committed
sync again
1 parent 6a3c95c commit f37665d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/first-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# - name: Echo Job 2
1818
# run: echo "This is Job 2"
1919

20-
name: First Workflow
20+
name: First Workflow808
2121

2222
on:
2323
workflow_dispatch:

src/Application/src/RazorPagesTestSample/Data/Message.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ public class Message
99

1010
[Required]
1111
[DataType(DataType.Text)]
12-
// /doc
12+
// /doc
1313
[StringLength(200, ErrorMessage = "There's a 200 character limit on messages. Please shorten your message.")]
1414
public string Text { get; set; }
1515
}

0 commit comments

Comments
 (0)