How to Pass Information Between Jobs in GitHub Actions
Introduction
In a complex CI/CD workflow, various data would often have to be exchanged across jobs. Anything from generated environment variables down to important build artifacts would be fair game. GitHub Actions supports this via what are called ...
cicube.hashnode.dev5 min read