Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# Alpacon Common Action

Run any Alpacon CLI command in your AlpacaX workspace using this GitHub Action.
Run any Alpacon CLI command in your Alpacon workspace using this GitHub Action.

- Official Docs: [Alpacon CLI Guide](https://docs.alpacax.com/alpacon/cli)

Expand All @@ -19,13 +19,13 @@ This action requires the Alpacon CLI to be installed in your workflow. Use the [
uses: alpacax/[email protected]
```

## Usage Example
## Usage examples

```yaml
- name: Run Alpacon Command
uses: alpacax/[email protected]
with:
workspace-url: ${{ secrets.ALPACAX_WORKSPACE_URL }}
workspace-url: ${{ secrets.ALPACON_WORKSPACE_URL }}
api-token: ${{ secrets.ALPACON_API_TOKEN }}
command: "server ls"
```
Expand Down
Loading