Releases: leafo/gh-actions-lua
Releases · leafo/gh-actions-lua
v4
missing ,
v3
Updates URLs to https
Lua for GitHub Actions (repository split)
All Lua actions were previously in the same repo but this is incompatible with the GitHub marketplace. Lua and LuaRocks are now split across two repositories:
Example:
- uses: leafo/gh-actions-lua@v2
- uses: leafo/gh-actions-luarocks@v2
Initial release
These are a collection of GitHub actions for working with Lua and LuaRocks for CI/CD.
leafo/gh-actions-lua/install-lua
- inputs:
luaVersion
- inputs:
leafo/gh-actions-lua/install-luarocks
- inputs:
luarocksVersion
- inputs:
For full example, see https://github.com/leafo/gh-actions-lua/blob/master/README.md