mirror of
https://github.com/gradle/actions.git
synced 2026-05-07 02:22:05 +08:00
02d4f46354
- Specify default values in action.yaml definition where appropriate - Replace custom methods with core functions: - getInputBoolean() with core.getBooleanInput() - inputOrNull() with core.getInput() - inputArrayOrNull() with core.getMultilineInput() - Remove github-utils.js