File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
24Setup [ Jelly CLI] ( https://github.com/Jelly-RDF/cli ) in GitHub Actions to use ` jelly-cli ` .
35By 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)
2325GitHub 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```
You can’t perform that action at this time.
0 commit comments