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
Since workflows and actions call each other, it makes this difficult. We may need to have them check out the .github directory somewhere locally at the pinned ref and operate on local paths.
While I’d like to be able to support mods that don’t have kspbuildtools as a submodule, I think I’d also be ok with requiring that if you wanted to pin the workflow versions.
But all the major actions out there support pinning for reusable workflows - how do they do it? Do we just create a branch for each release and replace all the refs…?
The text was updated successfully, but these errors were encountered:
Since workflows and actions call each other, it makes this difficult. We may need to have them check out the .github directory somewhere locally at the pinned ref and operate on local paths.
While I’d like to be able to support mods that don’t have kspbuildtools as a submodule, I think I’d also be ok with requiring that if you wanted to pin the workflow versions.
But all the major actions out there support pinning for reusable workflows - how do they do it? Do we just create a branch for each release and replace all the refs…?
The text was updated successfully, but these errors were encountered: