We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e6dffd commit 66d8e73Copy full SHA for 66d8e73
.pre-commit-config.yaml
@@ -18,6 +18,7 @@ repos:
18
hooks:
19
- id: markdownlint
20
exclude: '^CHANGELOG.md$'
21
+ language_version: 22.15.1
22
- repo: https://github.com/mrtazz/checkmake
23
rev: 0.2.2
24
docs.md
@@ -61,6 +61,6 @@ clone:
61
| `ref` | _none_ | Set the git reference to retrieve |
62
| `path` | $CI_WORKSPACE | Set destination path to clone to |
63
| `use-ssh` | `false` | Clone using SSH |
64
-| `ssh-key` | _none_ | SSH key for SSH clone |
+| `ssh-key` | _none_ | path to SSH key for SSH clone |
65
66
[workflowClone]: https://woodpecker-ci.org/docs/usage/workflow-syntax#clone
0 commit comments