mirror of
https://github.com/softprops/action-gh-release.git
synced 2026-08-07 11:08:14 +08:00
4 lines
104 B
Lua
4 lines
104 B
Lua
|
|
local conditions_check = function (capacity, weight)
|
||
|
|
return capacity == nil or weight <= capacity
|
||
|
|
end
|