Currently, only the GITHUB_WORKSPACE environment variable is set.
The other default environment variables are not available.
Environment variables set by the user in the workflow YAML are also not available.
The documentation regarding create a Docker container action shows that the environment variables are passed to the container here
Expected behaviour:
- All default environment variables are available in inlineScript
- All user set environment variables are available in inlineScript