Skip to content

Commit 59d83c7

Browse files
committed
revert dummy changes for testing
1 parent 7cf3658 commit 59d83c7

File tree

3 files changed

+1
-7
lines changed

3 files changed

+1
-7
lines changed

.ci/magician/github/set.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ func (gh *Client) RemoveLabel(prNumber, label string) error {
104104
func (gh *Client) CreateWorkflowDispatchEvent(workflowFileName string, inputs map[string]any) error {
105105
url := fmt.Sprintf("https://api.github.com/repos/GoogleCloudPlatform/magic-modules/actions/workflows/%s/dispatches", workflowFileName)
106106
err := utils.RequestCall(url, "POST", gh.token, nil, map[string]any{
107-
"ref": "test-pr-10671",
107+
"ref": "main",
108108
"inputs": inputs,
109109
})
110110

mmv1/products/apigee/EndpointAttachment.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,6 @@ parameters:
8888
immutable: true
8989
url_param_only: true
9090
properties:
91-
- !ruby/object:Api::Type::String
92-
name: 'testField'
93-
description: |
94-
dummy field to trigger test
9591
- !ruby/object:Api::Type::String
9692
name: 'name'
9793
description: |

mmv1/third_party/terraform/website/docs/r/apigee_flowhook.html.markdown

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,5 +83,3 @@ When using the [`terraform import` command](https://developer.hashicorp.com/terr
8383
$ terraform import google_apigee_flowhook.default organizations/{{org_id}}/environments/{{environment}}/flowhooks/{{flow_hook_point}}
8484
$ terraform import google_apigee_flowhook.default {{org_id}}/{{environment}}/{{flow_hook_point}}
8585
```
86-
87-
Test line

0 commit comments

Comments
 (0)