Skip to content

Commit

Permalink
schema/push: fixed link output (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
giautm authored Sep 19, 2024
1 parent 1a4e49a commit 372aef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atlasaction/action.go
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ func (a *Actions) SchemaPush(ctx context.Context) error {
return fmt.Errorf("failed to push schema for latest tag: %v", err)
}
}
a.Infof(`"atlas schema push" completed successfully to: %s`, resp)
a.Infof(`"atlas schema push" completed successfully to: %s`, resp.Link)
a.SetOutput("link", resp.Link)
a.SetOutput("slug", resp.Slug)
a.SetOutput("url", resp.URL)
Expand Down

0 comments on commit 372aef8

Please sign in to comment.