Skip to content

Commit

Permalink
Fix step syntax in docs (#3635)
Browse files Browse the repository at this point in the history
Some are not using array syntax yet…
  • Loading branch information
qwerty287 authored Apr 21, 2024
1 parent f9ef8ee commit 719021b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -666,7 +666,7 @@ Example configuration to use a custom clone plugin:

```diff
clone:
git:
- name: git
+ image: octocat/custom-git-plugin
```

Expand Down

0 comments on commit 719021b

Please sign in to comment.