Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
Suggest `setup-crate` action instead of `setup-powerpack`.
  • Loading branch information
rossmacarthur committed Aug 30, 2021
1 parent 8a8d5f5 commit 0a4a0e4
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,15 @@ The release will be available at `target/workflow/myworkflow.alfredworkflow`.

## 👷 GitHub Action

[`setup-powerpack`][setup] can be used to install `powerpack` in a GitHub
Actions workflow. For example:
[`setup-crate`][setup] can be used to install `powerpack` in a GitHub Actions
workflow. For example:
```yaml
steps:
- uses: actions/checkout@v2
- uses: extractions/setup-powerpack@v1
- uses: extractions/setup-crate@v1
with:
owner: rossmacarthur
name: powerpack
- run: powerpack package
# produces an artifact at `target/workflow/{name}.alfredworkflow`
```
Expand Down

0 comments on commit 0a4a0e4

Please sign in to comment.