Skip to content

Commit 4e5c388

Browse files
committed
Fix formatting issues in README.md
1 parent 6f32561 commit 4e5c388

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Each example includes a complete workflow file that you can copy to your `.githu
8383
| `model` | Optional model to use for generation | No | e.g. `sonnet4`, from `auggie --list-models` |
8484
| `rules` | JSON array of rules file paths forwarded to agent | No | `[".augment/rules.md"]` |
8585
| `mcp_configs` | JSON array of MCP config paths forwarded to agent | No | `[".augment/mcp.md"]` |
86-
| `fetch_depth` | Optional fetch depth for git checkout (default: 0) | No | `10` for shallow clones, `0` for full history |
86+
| `fetch_depth` | Optional fetch depth for git checkout (default: 0) | No | `10` for shallow clones, `0` for full history |
8787

8888
## How It Works
8989

@@ -102,7 +102,7 @@ For large repositories with long history, you can use the `fetch_depth` paramete
102102
uses: augmentcode/describe-pr@v0
103103
with:
104104
# ... other inputs ...
105-
fetch_depth: 50 # Only fetch last 50 commits
105+
fetch_depth: 50 # Only fetch last 50 commits
106106
```
107107
108108
This can significantly reduce checkout time for repositories with extensive history while still providing enough context for PR description generation.

0 commit comments

Comments
 (0)