Setup mark installation (#1)
This commit is contained in:
34
README.md
34
README.md
@@ -1,2 +1,32 @@
|
||||
# setup-mark-action
|
||||
This GitHub action installs kovetskiy/mark CLI.
|
||||
# Setup mark action
|
||||
|
||||
[](https://stand-with-ukraine.pp.ua)
|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
This action installs [mark](https://github.com/kovetskiy/mark) CLI tool.
|
||||
|
||||
Supported OS: Linux and macOS.
|
||||
|
||||
## Prerequisites
|
||||
|
||||
The following tools have to be available on a runner prior using this GitHub
|
||||
action:
|
||||
|
||||
- [curl](https://curl.se/)
|
||||
- [tar](https://www.gnu.org/software/tar/)
|
||||
|
||||
## Inputs
|
||||
|
||||
```yaml
|
||||
- uses: fabasoad/setup-mark-action@v0
|
||||
with:
|
||||
# (Optional) mark version. Defaults to "9.11.1".
|
||||
version: "9.11.1"
|
||||
```
|
||||
|
||||
## Outputs
|
||||
|
||||
None.
|
||||
|
||||
Reference in New Issue
Block a user