Hi,
I would like to make an orb that can adapt to the VCS host it's used in.
To do so, I would like to be able to pass both pipeline.trigger_parameters.github_app.total_commits_count and pipeline.trigger_parameters.gitlab.total_commits_count in the environment variables of the job in order to get the total_commits_count from GitLab or GitHub as in the screenshot.
However when I put both the variables I get the Unkown variable(s) error for one of them (GitLab's one is unknown if the pipeline is from GitHub and vice versa).
How could I do this?