Fix indentation in the README

This commit is contained in:
Kuba Ober 2021-08-20 23:47:27 -04:00 committed by GitHub
parent 11575b28b8
commit 6b4a45eb12
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: |