Skip to content

Commit

Permalink
fmt readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zahornyak committed Sep 12, 2024
1 parent 91beb6a commit 9f27eb8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
```

0 comments on commit 9f27eb8

Please sign in to comment.