Skip to content

Commit

Permalink
docs: add example
Browse files Browse the repository at this point in the history
  • Loading branch information
philipparndt committed Sep 6, 2024
1 parent 36f4d4d commit 129aa96
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,21 @@
# setup-vehub
# setup-vehub

This action sets up the veHub CLI, so that it can be used in subsequent steps.

## Usage

Example usage:

```yaml
steps:
- name: Setup veHub CLI
uses: vehub/setup-vehub@v1

- name: Check installation
run: vehub --version

- name: List project spaces
run: vehub space list
env:
VEHUB_TOKEN: ${{ secrets.VEHUB_TOKEN }}
```

0 comments on commit 129aa96

Please sign in to comment.