Shared GitHub Action Workflows
Note: in order to use environment variables, they must be passed as an input to the workflow using the with
keyword in the parent job. They can then be set in the child job using:
env:
MY_VARIABLE: ${{ inputs.myInput }}