Skip to content

Commit d4e84b9

Browse files
committed
It's note, not notice.
1 parent 1f10d25 commit d4e84b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
-e 's/\^\[\[[0-9;]*[a-zA-Z]//g' \
128128
-e 's/^##\[group\](.*)/<details><summary>\1<\/summary><pre>/g' \
129129
-e 's/^##\[endgroup\]/<\/pre><\/details>/g' \
130-
-e 's/^##\[notice\](.*)/> [!NOTICE]\n> \1/g' \
130+
-e 's/^##\[notice\](.*)/> [!NOTE]\n> \1/g' \
131131
-e 's/^##\[warning\](.*)/> [!WARNING]\n> \1/g' \
132132
>> "$GITHUB_STEP_SUMMARY"
133133

0 commit comments

Comments
 (0)