jfrog / setup-jfrog-cli

Set up JFrog CLI in your GitHub Actions workflow
Apache License 2.0
249 stars 81 forks source link

Make job summary disable input schema compatible #175

Closed RobiNino closed 3 months ago

RobiNino commented 3 months ago
yahavi commented 3 months ago

In other Actions, GitHub uses boolean defaults: https://github.com/actions/setup-java/blob/main/action.yml#L48 https://github.com/actions/setup-go/blob/main/action.yml#L11 https://github.com/actions/setup-node/blob/main/action.yml#L16 https://github.com/actions/setup-python/blob/main/action.yml#L17