Skip to content

Commit c778472

Browse files
Merge pull request #82 from theBeginner86/thebeginner86/chore/7
[chore] Fix typo
2 parents ebd42d6 + 9892d52 commit c778472

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/kanvas-snapshot/cmd.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ func CreateMesheryDesign(uri, name, email string) (string, error) {
207207

208208
func GenerateSnapshot(contentID, assetLocation string, ghAccessToken string) error {
209209
payload := fmt.Sprintf(`{"ref":"master","inputs":{"contentID":"%s","assetLocation":"%s"}}`, contentID, assetLocation)
210-
req, err := http.NewRequest("POST", "https://api.github.com/repos/meshery/helm-kanvas-snapshot/actions/workflows/kanvas.yml/dispatches", bytes.NewBuffer([]byte(payload)))
210+
req, err := http.NewRequest("POST", "https://api.github.com/repos/meshery/helm-kanvas-snapshot/actions/workflows/kanvas.yaml/dispatches", bytes.NewBuffer([]byte(payload)))
211211
if err != nil {
212212
return err
213213
}

0 commit comments

Comments
 (0)