Closed RothAndrew closed 1 year ago
/test all :robot: View pipeline run
/test all :robot: View pipeline run
Actually now that I'm looking at this more, I wonder whether we would like the jobs that use reusable actions to use the branch rather than main? That would likely help us get around one of the headaches with this approach. IMO doing so would not be much of a security risk since only maintainers of the repo with write access can trigger the workflows.
@zack-is-cool thoughts?
/test all :robot: View pipeline run
The Parse job should always be using the action that is in main. This is a bug that got introduced when switching to using a reusable action. Before that change it did always use main, but the change to using a reusable action inadvertently also made it use the action from the PR's branch rather than main. This resulted in this error