srz-zumix/icon-badge-action
icon add badge action
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| glob | icon file paths glob pattern (Default: CURRENT_PATH/**/*.appiconset/*.{png,PNG}) | — | "" |
| dark | dark mode | — | false |
| grayscale | make the icon grayscale | — | false |
| alpha_channel | keep alpha channel | — | false |
| alpha | add alpha badge | — | false |
| beta | add beta badge | — | false |
| shield | add shield static badge string | — | "" |
| shield_geometry | add shield static badge geometry | — | "" |
| shield_scale | add shield static badge scale | — | "" |
| shield_no_resize | add shield static badge no resize | — | false |
| docker_image_tag | Docker image tag | — | "" |
| cache | Cache Docker image | — | true |
| setup_docker_macos | Setup Docker on macOS if not found docker | — | true |
| action_ref | A workaround for an issue where action_ref is empty in nested composite actions. Used to resolve docker image tag names. Docker image tags can be specified with docker_image_tag inputs. | — | ${{ github.action_ref }} |
Outputs
no outputs