I want to create a plugin for Github Actions that calculates stuff based on an Azure Region (I can map it from whatever system for location Github is using). Hence, I need two pieces of information:
How to get a location in which a pipeline is run?
How fine-grained the location is? Are all steps within a job running in the same location? Are all jobs inside workflow running in the same location?
The question is for both Github hosted runner and a self-hosted runner.