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: action.yml
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -6,10 +6,10 @@ branding:
6
6
color: "orange"
7
7
inputs:
8
8
config-path:
9
-
description: "File where your configuration is located, for example `.config/stryker-config.json`. More info here https://stryker-mutator.io/docs/stryker-net/configuration/"
9
+
description: "File path where configuration is located, for example `.config/stryker-config.json`. More info here https://stryker-mutator.io/docs/stryker-net/configuration"
10
10
required: false
11
11
dashboard-api-key:
12
-
description: "Stryker dashboard API key. More info here https://stryker-mutator.io/docs/General/dashboard/"
12
+
description: "Stryker dashboard API key. More info here https://stryker-mutator.io/docs/General/dashboard"
13
13
required: false
14
14
report-source-branch:
15
15
description: "Run stryker report in current source branch (for default branch this parameter is always true)"
@@ -20,11 +20,11 @@ inputs:
20
20
required: false
21
21
default: "false"
22
22
upload-report:
23
-
description: "Upload your report to GitHub cloud https://github.com/actions/upload-artifact"
23
+
description: "Upload report to GitHub cloud https://github.com/actions/upload-artifact"
24
24
required: false
25
25
default: "true"
26
26
send-report-message:
27
-
description: "Send report message when you open PR (add `permissions.pull-requests: write` to your action https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/controlling-permissions-for-github_token)"
27
+
description: "Send report message when PR is opened (add `permissions.pull-requests: write` to action https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/controlling-permissions-for-github_token)"
28
28
required: false
29
29
default: "true"
30
30
runs:
@@ -145,14 +145,14 @@ runs:
145
145
146
146
if [[ "$REPORT_SOURCE_BRANCH_DIFF" == "true" ]]; \
0 commit comments