Skip to content

Commit 3a6cda9

Browse files
committed
changed workflow ref to test the PR
1 parent 9b8c558 commit 3a6cda9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/magician/github/set.go

+1-1
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": "main",
107+
"ref": "test-pr-10671",
108108
"inputs": inputs,
109109
})
110110

0 commit comments

Comments
 (0)