Skip to content

Commit

Permalink
one line
Browse files Browse the repository at this point in the history
  • Loading branch information
rotemtam committed Oct 15, 2023
1 parent 915f8f0 commit be8e0df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ const cloudDomainPublic = "https://gh-api.atlasgo.cloud"

func main() {
act := githubactions.New()
act.Warningf("This action is deprecated. Please use ariga/atlas-action/migrate/push instead. ")
act.Warningf("For details see: https://github.com/ariga/atlas-action#arigaatlas-actionmigratepush")
act.Warningf("This action is deprecated. Please use ariga/atlas-action/migrate/push instead. " +
"For details see: https://github.com/ariga/atlas-action#arigaatlas-actionmigratepush")
if ok, err := strconv.ParseBool(act.GetInput("cloud-public")); err == nil && ok {
RunPublic(act)
} else {
Expand Down

0 comments on commit be8e0df

Please sign in to comment.