Skip to content

Replace action context with new action store

Marcos Huck requested to merge feature/action_store into develop

Related tasks

  • Code refactor

Context

In order to reduce the amount of problems when passing context across jobs, we decided to create a new abstraction layer that gives us enough flexibility to pass state across jobs.

Change

This MR replaces the action context with a new concept of action store. The action store uses a generic State data type to pass state across jobs.

Other information

Additional documentation

Reviewers

@alejoasd

Edited by Marcos Huck

Merge request reports