Skip to content

Commit

Permalink
docs: fix erroneous github_repository_file docs (integrations#1540)
Browse files Browse the repository at this point in the history
- Updates the docs with the correct default set for the branch argument

Co-authored-by: Nick Floyd <139819+nickfloyd@users.noreply.github.com>
Co-authored-by: Keegan Campbell <me@kfcampbell.com>
  • Loading branch information
3 people authored Feb 13, 2023
1 parent 179f113 commit 661cbd8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions website/docs/d/repository_file.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ The following arguments are supported:

* `file` - (Required) The path of the file to manage.

* `branch` - (Optional) Git branch (if omitted, the default repository branch is used, which is usually `main`)
The branch must already exist; it will not be created if it does not already exist.
* `branch` - (Optional) Git branch. Defaults to `main`.

## Attributes Reference

Expand Down

0 comments on commit 661cbd8

Please sign in to comment.