Skip to content

Commit

Permalink
docs: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
deka0106 committed Dec 4, 2020
1 parent 7a7ebf0 commit 0f7b42d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Save the token as `DROPBOX_ACCESS_TOKEN` on your repository Secrets.
dest: /thesis/
```
### Upload a file (overwrite)
### Upload a file with overwrite mode
```yaml
- uses: deka0106/upload-to-dropbox@v2
Expand All @@ -45,12 +45,13 @@ Save the token as `DROPBOX_ACCESS_TOKEN` on your repository Secrets.
dest: /thesis/my-thesis.pdf
```
### Upload files
### Upload multiple files
```yaml
- uses: deka0106/upload-to-dropbox@v2
with:
dropbox_access_token: ${{ secrets.DROPBOX_ACCESS_TOKEN }}
src: dist/**/*
dest: /dest/
multiple: true
```

0 comments on commit 0f7b42d

Please sign in to comment.