mirror of
https://github.com/webfactory/ssh-agent.git
synced 2024-11-27 19:23:56 +00:00
Fix indentation in the README
This commit is contained in:
parent
11575b28b8
commit
6b4a45eb12
1 changed files with 25 additions and 25 deletions
|
@ -82,7 +82,7 @@ To support picking the right key in this use case, this action scans _key commen
|
||||||
|
|
||||||
The submodules are supported, but not directly in the `checkout` action. They have to be cloned *after* the `ssh-agent` step. For example:
|
The submodules are supported, but not directly in the `checkout` action. They have to be cloned *after* the `ssh-agent` step. For example:
|
||||||
|
|
||||||
```
|
```yaml
|
||||||
- uses: webfactory/ssh-agent@v0.5.3
|
- uses: webfactory/ssh-agent@v0.5.3
|
||||||
with:
|
with:
|
||||||
ssh-private-key: |
|
ssh-private-key: |
|
||||||
|
|
Loading…
Reference in a new issue