You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, we need to manually checkout protobuf at a specific commit in every job in order to use our custom composite actions. We can't use an in-repo action to abstract away some of the specifics here, since until a checkout we don't have guaranteed access to repository files. Alternatively, we can create a separate repository for a protobuf-ci-checkout action. This would checkout the proper commit and initialize the repository for CI (e.g. setup .bazelrc files, fix newlines in windows, etc).
The text was updated successfully, but these errors were encountered:
Right now, we need to manually checkout protobuf at a specific commit in every job in order to use our custom composite actions. We can't use an in-repo action to abstract away some of the specifics here, since until a checkout we don't have guaranteed access to repository files. Alternatively, we can create a separate repository for a protobuf-ci-checkout action. This would checkout the proper commit and initialize the repository for CI (e.g. setup .bazelrc files, fix newlines in windows, etc).
The text was updated successfully, but these errors were encountered: