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
Copy file name to clipboardExpand all lines: hugoalh.GitHubActionsToolkit/module/artifact.psm1
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ A (literal) path that denote the base root directory of the files for control fi
20
20
.PARAMETERContinueOnIssue
21
21
Whether the export should continue in the event of files fail to export; If not set and issue is encountered, export will stop and queued files will not export; The partial artifact availables which include files up until the issue; If set and issue is encountered, the issue file will ignore and skip, and queued files will still export; The partial artifact availables which include everything but exclude issue files.
[Parameter(Mandatory=$True,Position=0,ValueFromPipelineByPropertyName=$True)][ValidateScript({ Return (Test-CacheKey-InputObject $_) }, ErrorMessage ='`{0}` is not a valid GitHub Actions cache key, and/or more than 512 characters!')][Alias('Name')][String]$Key,
Copy file name to clipboardExpand all lines: hugoalh.GitHubActionsToolkit/module/step-summary.psm1
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -85,9 +85,9 @@ Image title.
85
85
.PARAMETERAlternativeText
86
86
Image alternative text.
87
87
.PARAMETERWidth
88
-
Image width, by pixels.
88
+
Image width, by pixels (px).
89
89
.PARAMETERHeight
90
-
Image height, by pixels.
90
+
Image height, by pixels (px).
91
91
.PARAMETERNoNewLine
92
92
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