Skip to content

Commit

Permalink
revert test change
Browse files Browse the repository at this point in the history
  • Loading branch information
maciaszczykm committed Dec 4, 2024
1 parent bf8859c commit acd97dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/controller-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,5 +102,5 @@ jobs:
echo -e "\nCRD docs are outdated. Please run 'make codegen-crd-docs' and commit the changes."
exit 1;
else
echo -e "CRD docs are up-to-date."
echo -e "\nCRD docs are up-to-date."
fi
2 changes: 1 addition & 1 deletion go/controller/api/v1alpha1/prautomation_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ type PrAutomationSpec struct {
// +kubebuilder:validation:Optional
Addon *string `json:"addon,omitempty"`

// The base branch this pr will be based on (defaults to the repo's main branch) test
// The base branch this pr will be based on (defaults to the repo's main branch)
// +kubebuilder:validation:Optional
Branch *string `json:"branch,omitempty"`

Expand Down

0 comments on commit acd97dd

Please sign in to comment.