https://github.com/msrd0/install-rlottie-action
https://github.com/msrd0/install-rlottie-action
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/msrd0/install-rlottie-action
- Owner: msrd0
- Created: 2022-03-04T13:57:33.000Z (over 4 years ago)
- Default Branch: v1
- Last Pushed: 2022-10-27T20:35:31.000Z (over 3 years ago)
- Last Synced: 2025-08-24T18:06:20.093Z (11 months ago)
- Size: 5.86 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# install-rlottie-action
This actions install the rlottie library.
## Example
```yaml
jobs:
foo:
runs-on: ubuntu-latest
steps:
# ...
- uses: msrd0/install-rlottie-action@v1
# ...
```
## Inputs
- `shell`: To use a different shell than bash. Needs to be busybox-ash-compatible.
- `vendor`: Pick between `Samsung` (default) and `TelegramMessenger` rlottie vendor.
- `version`: The release of rlottie to use. Note that at the time of writing, only
Samsung has created releases of rlottie.
- `commit`: The git commit of rlottie to use. Will be overriden by `version`.