Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
floreks committed Aug 12, 2024
1 parent 6d0690e commit f55ebf4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/resources/pr_automation_trigger.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ description: |-
### Optional

- `context` (Map of String) PR Automation configuration context.
- `repo_slug` (String) Repo slug of the repository PR Automation should be triggered against. If not provided PR Automation repo will be used. Format: <userOrOrg>/<repoName>
- `repo_slug` (String) Repo slug of the repository PR Automation should be triggered against. If not provided PR Automation repo will be used. Example format for a github repository: <userOrOrg>/<repoName>
4 changes: 2 additions & 2 deletions internal/resource/pr_automation_trigger.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ func (in *prAutomationTriggerResource) Schema(_ context.Context, _ resource.Sche
},
},
"repo_slug": schema.StringAttribute{
Description: "Repo slug of the repository PR Automation should be triggered against. If not provided PR Automation repo will be used. Format: <userOrOrg>/<repoName>",
MarkdownDescription: "Repo slug of the repository PR Automation should be triggered against. If not provided PR Automation repo will be used. Format: <userOrOrg>/<repoName>",
Description: "Repo slug of the repository PR Automation should be triggered against. If not provided PR Automation repo will be used. Example format for a github repository: <userOrOrg>/<repoName>",
MarkdownDescription: "Repo slug of the repository PR Automation should be triggered against. If not provided PR Automation repo will be used. Example format for a github repository: <userOrOrg>/<repoName>",
Optional: true,
},
"pr_automation_branch": schema.StringAttribute{
Expand Down

0 comments on commit f55ebf4

Please sign in to comment.