actions-marketplace-validations/zenodraft
Draft a deposition on Zenodo or Zenodo Sandbox
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Feb 5, 2024
- License
- Apache 2.0
Pinned Snippet
uses: actions-marketplace-validations/zenodraft_action@b39422abb9c4cbc200c789504e0b0ca0ca1c8c50 # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| concept | Create the new deposition as a new version in this concept. | no | "" |
| compression | Which compression to use when making a snapshot of the entire repository (precludes use of argument 'filenames'). Valid options are 'zip' or 'tar.gz'. | no | zip |
| filenames | List of space-separated filenames that should be upload separately instead of the default behavior of uploading a snapshot of the entire repository as an archive (precludes use of argument 'compression'). | no | "" |
| metadata | Filename that contains the metadata for the deposition in Zenodo metadata format. | no | "" |
| publish | Publish the deposition. Beware, deposition contents cannot be changed once the deposition has been published. | no | false |
| upsert-doi | Update the citation metadata file CITATION.cff with the draft deposition's prereserved doi before uploading any files to Zenodo or Zenodo Sandbox. | no | false |
| upsert-location | Where to insert the prereserved doi value in CITATION.cff. Valid options are 'doi', 'identifiers', or 'identifiers[i]', where 'i' should be replaced with an integer index into the array 'identifiers'. | no | "" |
| sandbox | Whether the deposition should be created on Zenodo Sandbox instead of Zenodo. | no | true |
| verbose | Whether the logging should be verbose. | no | false |
Outputs
no outputs