GitHub Action: support running without pre-action
Open
- Dominant language
- Go
- Stars
- 21
- Forks
- 3
- Avg merge
- 21d 9h
- Merged PRs (30d)
- 1
Description
In our repo we're using a [composite action](https://docs.github.com/en/actions/tutorials/create-actions/create-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?
Contributor guide
Assessment
This issue has not been assessed yet.