gh-actions.nvim icon indicating copy to clipboard operation
gh-actions.nvim copied to clipboard

Verbose notification on dispatch

Open disrupted opened this issue 8 months ago • 1 comments

I did use the manual dispatch for the first time today. Pretty sick to trigger a release without leaving Neovim 😎

I noticed that the notification is a bit verbose. Could we hide the metatable stuff?

Dispatched Release to GitHub and push tag with {
  ["release-type"] = "patch",
  <metatable> = {
    __tostring = <function 1>
  }
}

disrupted avatar Mar 06 '25 10:03 disrupted