Fix step syntax in docs (#3635)

Some are not using array syntax yet…
This commit is contained in:
qwerty287
2024-04-21 18:51:08 +02:00
committed by GitHub
parent f9ef8ee374
commit 719021b91c

View File

@@ -640,7 +640,7 @@ You can manually configure the clone step in your workflow for customization:
```diff
+clone:
+ git:
+ - name: git
+ image: woodpeckerci/plugin-git
steps:
@@ -666,7 +666,7 @@ Example configuration to use a custom clone plugin:
```diff
clone:
git:
- name: git
+ image: octocat/custom-git-plugin
```