Indicating the user during a GitHub Action triggered event

I’m using a POST via curl from a GitHub action to trigger a pipeline. I’m running into two issues:

  1. The build always triggers this “no workflow” event, which is kind of polluting the historical runs.
  2. All the builds in the pipeline appear to come from one user - when they should come from the user that triggered the event.

I’m a new user so I can’t upload an image (sorry for the obfuscated urls, can’t do that either) - but here’s a link to it. share . cleanshot . com / NsB8z2ty

Here is the script I’m running - github . com / bacalhau-project / bacalhau / blob / main /.circleci / trigger_pipeline.sh

Is it possible to add additional parameters to do either of the above (squash the initial notification and/or make the subsequent events triggered by the submitting user?)