In our repo we're using a composite action in the same repository that does all common setup steps like installing Java, Android SDK etc. I'd like to add this action to it, however it prints this "Warning: pre execution is not supported for local action from './.github/actions/prepare-gradle'", meaning that the binary will not be installed.
Could the main action check that the binary is installed and if not call install as well? Or could there be an option for this?
In our repo we're using a composite action in the same repository that does all common setup steps like installing Java, Android SDK etc. I'd like to add this action to it, however it prints this "Warning:
preexecution is not supported for local action from './.github/actions/prepare-gradle'", meaning that the binary will not be installed.Could the main action check that the binary is installed and if not call install as well? Or could there be an option for this?