Skip to content

Commit f68c1e7

Browse files
authored
Update readme options documentation to match action.yml options
1 parent 4528d10 commit f68c1e7

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -67,15 +67,15 @@ jobs:
6767
run: make check
6868
```
6969
70-
## Options
70+
## Common Options
7171
7272
```yaml
7373
version:
74-
description: 'Version to install'
75-
default: 'latest'
74+
description: "Version emscripten to install"
75+
default: "latest"
7676
emsdk-version:
77-
description: 'The version of emsdk that gets downloaded instead of making it the same as version'
78-
default: ''
77+
description: "Version of emsdk to install (set if not the same as emscripten version)"
78+
default: ""
7979
no-install:
8080
description: "If true will not download any version of Emscripten. emsdk will still be added to PATH."
8181
default: false
@@ -84,10 +84,10 @@ no-cache:
8484
default: false
8585
actions-cache-folder:
8686
description: "Directory to cache emsdk in. This folder will go under $GITHUB_HOME (I.e. build dir) and be cached using @actions/cache."
87-
default: ''
87+
default: ""
8888
update:
8989
description: "Fetch package information for all the new tools and SDK versions"
9090
default: false
9191
```
9292
93-
See [action.yml](action.yml)
93+
See [action.yml](action.yml) for all options

0 commit comments

Comments
 (0)