We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f10d25 commit d4e84b9Copy full SHA for d4e84b9
1 file changed
.github/workflows/deploy.yml
@@ -127,7 +127,7 @@ jobs:
127
-e 's/\^\[\[[0-9;]*[a-zA-Z]//g' \
128
-e 's/^##\[group\](.*)/<details><summary>\1<\/summary><pre>/g' \
129
-e 's/^##\[endgroup\]/<\/pre><\/details>/g' \
130
- -e 's/^##\[notice\](.*)/> [!NOTICE]\n> \1/g' \
+ -e 's/^##\[notice\](.*)/> [!NOTE]\n> \1/g' \
131
-e 's/^##\[warning\](.*)/> [!WARNING]\n> \1/g' \
132
>> "$GITHUB_STEP_SUMMARY"
133
0 commit comments