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: checkout-junit-reports/action.yml
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,11 @@ inputs:
18
18
required: false
19
19
type: string
20
20
default: ${{ github.workspace }}
21
+
upload-artifact:
22
+
description: Configures if the artifact should be uploaded. Useful if you have an additional matrix dimension, so limiting to split-index 0 is not enough to prevent concurrency issues (boolean)
23
+
required: false
24
+
type: boolean
25
+
default: true
21
26
artifact-name:
22
27
description: The artifact name for the SHA of the JUnit reports (string)
0 commit comments