Github Workflows: Changing or specifying environment variables in matrix jobs – Ubuntu
How do I specify or change an environment variable as part of a job matrix? For example, here I want my job to echo "Two" and "Three" instead of "One", but github completely ignores the definition or change of the…