Skip to content

Commit

Permalink
Merge pull request #10 from actalog/develop
Browse files Browse the repository at this point in the history
develop
  • Loading branch information
gabrielrufino authored Dec 7, 2024
2 parents 5f3b958 + c974a65 commit e475668
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,14 @@ jobs:
name: Mongodump
runs-on: ubuntu-latest
steps:
- uses: actalog/mongodump@v1
- uses: actalog/mongodump@v2
with:
connection-string: ${{ secrets.CONNECTION_STRING }}
output-password: ${{ secrets.OUTPUT_PASSWORD }}
- uses: actions/upload-artifact@v4
with:
name: dump
path: ${{ github.workspace }}/dump
```
### 2. Action Inputs
Expand Down

0 comments on commit e475668

Please sign in to comment.