diff --git a/docs/versioned_docs/version-2.4/20-usage/20-workflow-syntax.md b/docs/versioned_docs/version-2.4/20-usage/20-workflow-syntax.md index 59ae06444..84f2b54f7 100644 --- a/docs/versioned_docs/version-2.4/20-usage/20-workflow-syntax.md +++ b/docs/versioned_docs/version-2.4/20-usage/20-workflow-syntax.md @@ -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 ```