Creating 10.21105.test_journal.00036.pdf #21
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Retract paper | |
on: | |
workflow_dispatch: | |
inputs: | |
retraction_notice_url: | |
description: 'URL of the retraction notice markdown file' | |
required: true | |
issue_id: | |
description: 'The issue number of the submission' | |
required: true | |
mode: | |
description: 'dry-run or final' | |
required: false | |
default: 'final' | |