This repository was archived by the owner on Jan 5, 2024. It is now read-only.
This repository was archived by the owner on Jan 5, 2024. It is now read-only.
enable-stack: true should be implied by other stack-related options #142
Currently, if you give
stack-versionbut forgetenable-stack: true, the action simply skips installation ofstack.A more user-friendly API would be to imply
enable-stack: trueif any of the other stack-related inputs is explicitly set by the user.