Skip to content

Commit

Permalink
Rename action name
Browse files Browse the repository at this point in the history
  • Loading branch information
jetli committed Mar 13, 2020
1 parent a8a04d3 commit 7380804
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
<a href="https://github.com/jetli/wasm-pack-action/actions"><img alt="wasm-pack-action status" src="https://github.com/jetli/wasm-pack-action/workflows/build-test/badge.svg"></a>
</p>

# `wasm-pack` action
# `wasm-pack-action`

Install `wasm-pack` by downloading the executable (faster than `cargo install wasm-pack`, seconds vs minutes).

## Usage

```yaml
- uses: jetli/wasm-pack@v0.1.0
- uses: jetli/wasm-pack-action@v0.1.0
with:
# Optional version of wasm-pack to install(eg. '0.9.1', 'latest')
version: 'latest'
Expand Down
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: 'wasm-pack'
name: 'wasm-pack-action'
description: 'Install `wasm-pack` by downloading the executable (faster than `cargo install wasm-pack`, seconds vs minutes).'
author: 'jetli'
inputs:
version:
description: 'Version of wasm-pack to install (eg. "0.9.1", "latest")'
description: 'Optional version of wasm-pack to install (eg. "0.9.1", "latest")'
default: 'latest'
runs:
using: 'node12'
Expand Down

0 comments on commit 7380804

Please sign in to comment.