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' ```