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
So when one of your repos becomes archived or your app token expires after 1 hour (#625) the whole run fails and the cache is not saved. The problem is that on subsequent runs it needs to start from scratch and check all the repos again, even though they have already been successfully updated before.
The text was updated successfully, but these errors were encountered:
At the moment workspace cache is saved only after a successful run at the very end of
try
blockscala-steward-action/src/action/main.ts
Line 86 in 2763313
So when one of your repos becomes archived or your app token expires after 1 hour (#625) the whole run fails and the cache is not saved. The problem is that on subsequent runs it needs to start from scratch and check all the repos again, even though they have already been successfully updated before.
The text was updated successfully, but these errors were encountered: