You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add some GitHub flavored Markdown link for step so that it will display on the summary page of a run.
119
+
Add link for step so that it will display on the summary page of a run.
101
120
IMPORTANT: No support reference link!
121
+
.PARAMETERText
122
+
Link text.
102
123
.PARAMETERUri
103
-
Image URI.
124
+
Link URI.
104
125
.PARAMETERTitle
105
-
Image title.
106
-
.PARAMETERAlternativeText
107
-
Image alternative text.
108
-
.PARAMETERWidth
109
-
Image width.
110
-
.PARAMETERHeight
111
-
Image height.
126
+
Link title.
112
127
.PARAMETERNoNewLine
113
128
Do not add a new line or carriage return to the content, the string representations of the input objects are concatenated to form the output, no spaces or newlines are inserted between the output strings, no newline is added after the last output string.
114
129
#>
@@ -118,7 +133,8 @@ Function Add-StepSummaryLink {
Add subscript text for step so that it will display on the summary page of a run.
152
+
.PARAMETERText
153
+
Text that need to subscript.
154
+
.PARAMETERNoNewLine
155
+
Do not add a new line or carriage return to the content, the string representations of the input objects are concatenated to form the output, no spaces or newlines are inserted between the output strings, no newline is added after the last output string.
GitHub Actions - Add Step Summary Superscript Text
170
+
.DESCRIPTION
171
+
Add superscript text for step so that it will display on the summary page of a run.
172
+
.PARAMETERText
173
+
Text that need to superscript.
174
+
.PARAMETERNoNewLine
175
+
Do not add a new line or carriage return to the content, the string representations of the input objects are concatenated to form the output, no spaces or newlines are inserted between the output strings, no newline is added after the last output string.
0 commit comments