This helps Tramline do two things:
- Accept inputs as JSON, so extending later is easier.
- Wrap the checkout action and checkout to the sha that Tramline passes over. This allows Tramline only to trigger workflows for a particular SHA and not the HEAD of a branch.
🚀