aweris / gale

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

Add Support for Composite Actions #98

Open aweris opened 1 year ago

aweris commented 1 year ago

Description

gale currently does not support composite actions. Composite actions allow users to bundle multiple steps into a single action. To improve gale compatibility with a broader spectrum of Github Actions, it's crucial to implement support for composite actions.

Current behavior:

Desired behavior:

Tasks