aweris / gale

GitHub Action Local Executor
Apache License 2.0
142 stars 4 forks source link

Support for `jobs.<job_id>.outputs` #117

Open aweris opened 10 months ago

aweris commented 10 months ago

Background

GitHub Actions allows the use of jobs.<job_id>.outputs to create a map of outputs for a job. These outputs are essential as they can be utilized by all downstream jobs that depend on this job. Implementing this feature in gale would enhance its compatibility with GitHub Actions, allowing users to mimic these functionalities locally.

Details

Enhancement Tasks

Additional Resources

Acceptance Criteria