actions-marketplace-validations/Upload PDF to Google Drive
Uploads a PDF file to Google Drive
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jul 9, 2021
- License
- None
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/baymac_upload-pdf-to-drive@0b077e2d16fec016f51292fe84986354e83dee74 # no releases — HEAD as of 2026-07-15tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| credentials | Google Service Account credentials | yes | — |
| folderId | Google Drive folder ID to upload the cv to | yes | — |
| target | Local path to the file/folder to upload | yes | — |
| filename | Optional name for upload file (will default to upload.pdf if not supplied) | no | — |
| overwrite | Optionally overwrite if file with same name exists or create new | no | false |
Outputs
| name | description |
|---|---|
| link | A link to the Drive folder |