Skip to content

Commit

Permalink
docs: fix typo in luaRocksVersion attribute name
Browse files Browse the repository at this point in the history
  • Loading branch information
hishamhm committed Aug 31, 2024
1 parent 1d56d34 commit e5a6698
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 @@ -25,9 +25,9 @@ For a more complete example see: https://github.com/leafo/gh-actions-lua/blob/ma
## Inputs
### `luarocksVersion`
### `luaRocksVersion`

**Default**: `"3.8.0"`
**Default**: `"3.11.1"`

Specifies which version of LuaRocks to install. Must be listed on https://luarocks.github.io/luarocks/releases/

Expand All @@ -36,7 +36,7 @@ Example:
```yaml
- uses: leafo/gh-actions-luarocks@v4
with:
luarocksVersion: "3.1.3"
luaRocksVersion: "3.1.3"
```

### `withLuaPath`
Expand Down

0 comments on commit e5a6698

Please sign in to comment.