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
We use setup-just in a lot of our github workflows.
We're running into github api limits because of this.
We're going to try inlining a setup-crate job instead.
Out of curiosity, why do you use a javascript file to install instead of just pointing this to a workflow that calls setup-crate within github infrastructure?
The text was updated successfully, but these errors were encountered:
We're running into github api limits because of this.
We're going to try inlining a setup-crate job instead.
Did it work?
Out of curiosity, why do you use a javascript file to install instead of just pointing this to a workflow that calls setup-crate within github infrastructure?
You're right, a composite action is probably a much better idea. Will think about that for v3
We use setup-just in a lot of our github workflows.
We're running into github api limits because of this.
We're going to try inlining a setup-crate job instead.
Out of curiosity, why do you use a javascript file to install instead of just pointing this to a workflow that calls setup-crate within github infrastructure?
The text was updated successfully, but these errors were encountered: