Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Feb 18, 2024
1 parent 9bdfa4b commit 2ba6aec
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,14 @@ file ".gradle/gradle.properties" {
```

See [demo](demo) and [examples](examples) for a more complete example.

## As a GitHub Action

You can use EnvHub as a GitHub Action to manage your dotfiles and packages in your CI/CD workflow.

```yaml
- uses: tsirysndr/setup-envhub@v1
with:
version: 'v0.2.5'
- run: envhub --help
```

0 comments on commit 2ba6aec

Please sign in to comment.