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: actions/taskfile-runner/readme.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,8 +38,8 @@ jobs:
38
38
| `vars` | ❌ No | Comma-separated key=value pairs. Values may contain = and newlines; commas are not allowed. Leading/trailing spaces around pairs are trimmed | - |
39
39
| `dir` | ❌ No | Working directory for the Taskfile | `.` |
40
40
| `version` | ❌ No | Version of go-task to install | `3.44.1` |
41
-
| `show_summary` | ❌ No | Print summary with task output in job summary | `true` |
42
-
| `summary_limit` | ❌ No | Max number of output lines to show in summary | `250` |
41
+
| `show_summary` | ❌ No | Print summary with task output in job summary | `true` |
42
+
| `summary_limit` | ❌ No | Max number of output lines to show in summary | `250` |
0 commit comments