actions-marketplace-validations/dropbox-file-uploader
This action will handle the deployment process of your project to Dropbox.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| DROPBOX_ACCESS_TOKEN | Value should be a secret that is set in your repository settings | yes | — |
| DROPBOX_SECRET | Your Dropbox app secret. Value should be a secret that is set in your repository settings | yes | — |
| DROPBOX_CLIENT_ID | Your Dropbox app client ID. Value should be a secret that is set in your repository settings | yes | — |
| GLOB | Glob that you want to save to Dropbox e.g dir1/dir2/**/*.md or **/*.txt | yes | — |
| DROPBOX_DESTINATION_PATH_PREFIX | The destination path prefix to save to in Dropbox. This will prepend the individual globs. Default value is "/" | no | / |
| FILE_WRITE_MODE | How to write files to Dropbox. "add" will add new files. "overwrite" will overwrite existing files. "/" | no | overwrite |
| DEBUG | Enable debugging. | no | — |
Outputs
no outputs