actions-marketplace-validations/Glob to Drive
Action that takes a glob and uploads matching files to Google Drive
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit May 31, 2021
- License
- GPL 3.0
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/bluetheduck_glob-to-drive@3069c269bc5eb52d85d6790c985c9e698039e68e # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| glob | Glob that will be used to find files to upload | yes | — |
| keepStructure | Keep the folder structure (Defaults to true) | no | — |
| uploadTo | ID of the folder where the files will be uploaded (Defaults to My Drive) | no | — |
| mimeType | MimeType of the files being uploaded. Only one can be specified and will be used for all the files. Drive will try to guess it if left empty | — | — |
| credentials | JSON downloaded from the Google Console | yes | — |
| token | Refresh token generated by login.js | yes | — |
Outputs
no outputs