At it stands the provenance invocation.entryPoint is set to the workflow field from the Github Actions workflow. This is the name of the calling workflow or the path if the name is not set.
This seems wrong to me. I think the path to the calling workflow yaml file would be more useful but I'm not sure. We could get from event.workflow in the github context.
At it stands the provenance
invocation.entryPointis set to theworkflowfield from the Github Actions workflow. This is the name of the calling workflow or the path if the name is not set.This seems wrong to me. I think the path to the calling workflow yaml file would be more useful but I'm not sure. We could get from
event.workflowin the github context.