github actions env variable not supported in reusable workflow
github actions does not support passing environment variables when calling a reusable workflow. According to the actual docs
https://docs.github.com/en/actions/using-workflows/reusing-workflows#limitations
Comments