mirror of
https://github.com/softprops/action-gh-release.git
synced 2026-01-12 04:20:37 +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
|