Skip to content

Commit 66d8e73

Browse files
authored
Clarify SSH key docs (#235)
1 parent 1e6dffd commit 66d8e73

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ repos:
1818
hooks:
1919
- id: markdownlint
2020
exclude: '^CHANGELOG.md$'
21+
language_version: 22.15.1
2122
- repo: https://github.com/mrtazz/checkmake
2223
rev: 0.2.2
2324
hooks:

docs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,6 @@ clone:
6161
| `ref` | _none_ | Set the git reference to retrieve |
6262
| `path` | $CI_WORKSPACE | Set destination path to clone to |
6363
| `use-ssh` | `false` | Clone using SSH |
64-
| `ssh-key` | _none_ | SSH key for SSH clone |
64+
| `ssh-key` | _none_ | path to SSH key for SSH clone |
6565

6666
[workflowClone]: https://woodpecker-ci.org/docs/usage/workflow-syntax#clone

0 commit comments

Comments
 (0)