Skip to content

Commit

Permalink
Merge pull request #18 from simondeziel/readme-fix
Browse files Browse the repository at this point in the history
README: `uses:` requires to specify an @Version
  • Loading branch information
tomponline committed Jul 4, 2024
2 parents 87f9a0d + e3afba7 commit ce8decb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@ A GitHub Action which installs and configures the LXD snap on a runner.

When run with no inputs:
```yaml
uses: canonical/setup-lxd
uses: canonical/setup-lxd@main
```
this action will install or refresh the LXD snap using the `latest/candidate` channel.

You can specify a different `group` membership required to access LXD:
```yaml
uses: canonical/setup-lxd
uses: canonical/setup-lxd@main
with:
group: lxd
```
and then users of that group will have full control over LXD.

You can specify a snap channel with the `channel` input:
```yaml
uses: canonical/setup-lxd
uses: canonical/setup-lxd@main
with:
channel: 5.21/stable
```
Expand Down

0 comments on commit ce8decb

Please sign in to comment.