Skip to content

Commit 399793b

Browse files
authored
Add cool badges to README
LICENSE is missing, I'll create a separate PR for that.
1 parent 633d5bd commit 399793b

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![GitHub Action Marketplace](https://img.shields.io/badge/GitHub%20Action-Marketplace-blue)](https://github.com/marketplace/actions/setup-jelly-cli) [![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/Jelly-RDF/setup-cli/test.yml)](https://github.com/Jelly-RDF/setup-cli/actions) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [![Discord](https://img.shields.io/discord/1333391881404420179?label=Discord%20chat)](https://discord.gg/A8sN5XwVa5)
2+
13
# Setup Jelly CLI for GitHub Actions
24
Setup [Jelly CLI](https://github.com/Jelly-RDF/cli) in GitHub Actions to use `jelly-cli`.
35
By default the action finds and downloads the latest version.
@@ -17,14 +19,14 @@ steps:
1719

1820
## Inputs
1921
### `version` (optional)
20-
Version of the Jelly CLI to install, e.g., `v0.4.8`. Default: `latest`
22+
Version of the Jelly CLI to install, e.g., `v0.5.0`. Default: `latest`
2123

2224
### `token` (optional)
2325
GitHub token to use when searching the latest release. Unused if version is provided. Default: `${{ github.token }}`
2426

2527
### Example
2628
```
2729
- uses: Jelly-RDF/setup-cli@v1
28-
version: 'v0.4.8'
30+
version: 'v0.5.0'
2931
token: ${{ secrets.GITHUB_TOKEN }}
3032
```

0 commit comments

Comments
 (0)