You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using composite github action to deal with different type of operations from running a script, calling action within the project, to calling another action from different source. To get all the benefits of composite nature of github action, it is required to separate some logic in its own github action yaml and reference from the main yaml.
Like, managing cypress could be one action, managing uploads to cloud another action and so on.
The text was updated successfully, but these errors were encountered:
Abhishek-kumar09
changed the title
Refactor 1: Seperate the business logic in difference composite actions
Refactor 1: Seperate the business logic in different composite actions
Jul 13, 2023
We are using composite github action to deal with different type of operations from running a script, calling action within the project, to calling another action from different source. To get all the benefits of composite nature of github action, it is required to separate some logic in its own github action yaml and reference from the main yaml.
Like, managing cypress could be one action, managing uploads to cloud another action and so on.
The text was updated successfully, but these errors were encountered: