From 9f27eb8b16c12d8e2fe5c023bc949b65445ccdd5 Mon Sep 17 00:00:00 2001 From: Andriy Zahornyak Date: Thu, 12 Sep 2024 11:27:28 +0300 Subject: [PATCH] fmt readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 570428a..236ef54 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,10 @@ jobs: backup: runs-on: ubuntu-latest steps: - - uses: zahornyak/mongodump-action@v1.0.0 + - uses: zahornyak/mongodump-action@v1.3.0 with: connection-string: ${{ secrets.MONGO_URI }} compress: true + mongo-command: mongodump # this is by default. You can use `mongorestore` also here + additional-args: '--tlsInsecure' ```