mirror of
https://github.com/softprops/action-gh-release.git
synced 2026-09-06 19:05:21 +02:00
4 lines
104 B
Lua
4 lines
104 B
Lua
local conditions_check = function (capacity, weight)
|
|
return capacity == nil or weight <= capacity
|
|
end
|