Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This will allow feature flags to be shared across steps in the same job, avoiding an error we saw earlier where the init action had the flag enabled, but the analyze step had it disabled. This uses the runner's temp folder to cache the flags file, which will stick around until the job completes.
- Loading branch information