mirror of
https://github.com/softprops/action-gh-release.git
synced 2026-03-23 03:39:54 +08:00
4 lines
111 B
Lua
4 lines
111 B
Lua
if not (redis.call('exists', settings_key) == 1) then
|
|
return redis.error_reply('SETTINGS_KEY_NOT_FOUND')
|
|
end
|