-
Notifications
You must be signed in to change notification settings - Fork 2
Action Libraries
Kevin Goslar edited this page Mar 5, 2018
·
1 revision
As a Tutorial Author documenting a variety of projects I want to be able to share custom actions between projects So that I don't have to implement them redundantly in every project.
- actions can be put into dedicated source code repos
- to use external custom actions, list the address of the repo that contains them in tutorial.yml
- the address can point to a branch of the repo (when debugging shared steps)
- Tutorial Runner clones/updates that repo on start and uses the custom actions when running