outputs block in GitHub Actions
Sharing Data Between Steps in the Same Job
In GitHub Actions, you can share environment variables between steps within the same job. This is useful when one step computes a value that subsequent steps need to use.
Example: Setting and Using Environme...
bhuvanchand.hashnode.dev4 min read