Skip to content

Commit

Permalink
add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
AGraber committed Sep 9, 2020
1 parent 4ba95e2 commit face9c9
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# sampctl-action
This action sets up sampctl in the environment for use in actions.

This doesn't work on Windows (no reason to use Windows anyways, output is the same).

# Usage
Basic example:

```yml
steps:
- uses: actions/checkout@v2
- uses: AGraber/sampctl-action@v1
with:
version: '1.9.1' # optional, 1.9.1 by default
- run: sampctl p build --forceEnsure
```

0 comments on commit face9c9

Please sign in to comment.