aweris / gale

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

Extend Custom Action Loader to Support Different Reference Types (tag, branch, commit) #96

Closed aweris closed 1 year ago

aweris commented 1 year ago

Description

The current implementation of the loading custom actions from jobs..steps[*].uses only supports tags as action reference. We need to upgrade the action loader to handle tags, branches and commits for better system flexibility and compatibility with GitHub actions.

Current Behaviour:

Core logic happening in getActionDirectory method

Desired Behaviour:

Tasks:

aweris commented 1 year ago

Resolved by #107