Versions of actions referenced are not available in my CodeCatalyst workflow environment
Opened this issue · 5 comments
Tried to workaround it by setting this.context.environmentId = 'prod';
But thats not possible as its readonly 👎
A potential workaround for me could be to set process.env.CONTEXT_ENVIRONMENTID=prod
but that doesnt feel to be correct?
A potential workaround for me could be to set
process.env.CONTEXT_ENVIRONMENTID=prod
but that doesnt feel to be correct?
That worked as a workaround...
process.env.CONTEXT_ENVIRONMENTID=prod
Is currently the way blueprints deal with this problem. But yes, I agree this doesnt seem quite right. I'll take it back to the team and give it a review
Maybe it might make sense to switch it - the "default" is the "prod" version and if you want to use the other possible type you need to explicitely set it?