currently in the repos (like here), we use master branch version of this repo, which can break CI of other projects out from nothing because of new changes.
with this problem we lose time debugging, it slows down development process
The suggestion here is to expose the github actions with version, then the dependent projects can relay on version, instead of on master branch. When decides to update, the dev already knows that it can break. making it easier to maintain / update
currently in the repos (like here), we use
masterbranch version of this repo, which can break CI of other projects out from nothing because of new changes.with this problem we lose time debugging, it slows down development process
The suggestion here is to expose the github actions with version, then the dependent projects can relay on version, instead of on
masterbranch. When decides to update, the dev already knows that it can break. making it easier to maintain / update