From b22bd2d663d8570b24fc960d3ceaccc1818b5678 Mon Sep 17 00:00:00 2001 From: siscia Date: Sun, 12 Jan 2020 09:52:36 +0000 Subject: [PATCH] update readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 99369f8..a590e40 100644 --- a/README.md +++ b/README.md @@ -11,10 +11,11 @@ See [action.yml](action.yml) Basic: ```yaml steps: -- uses: zhulik/redis-action@1.1.0 +- uses: RedBeardLab/redis-action@1.2.2 with: redis version: '5' number of databases: 100 + server arguments: '--loadmodule redisql.so' ``` # License