Skip to content

Commit ce75435

Browse files
committed
revert the nice output test
1 parent 1481db6 commit ce75435

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/upload-pdf.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,22 +41,17 @@ jobs:
4141

4242
- name: Create a draft snapshot on Zenodo Sandbox
4343
if: github.event_name == 'workflow_dispatch'
44-
id: zenodraft_sandbox
4544
env:
4645
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4746
ZENODO_SANDBOX_ACCESS_TOKEN: ${{ secrets.ZENODO_SANDBOX_ACCESS_TOKEN }}
48-
uses: egpbos/zenodraft-action@output_version_id_prod
47+
uses: zenodraft/action@0.13.3
4948
with:
5049
concept: 277497 # doesn't matter which it is, it is only for testing
5150
publish: false
5251
sandbox: true
5352
filenames: guide-nlesc.pdf
5453
metadata: .zenodo.json
5554

56-
- name: NICE OUTPUT TEST
57-
if: github.event_name == 'workflow_dispatch'
58-
run: echo "Review your draft and publish at https://sandbox.zenodo.org/uploads/${{ steps.zenodraft_sandbox.outputs.version_id }}" >> $GITHUB_STEP_SUMMARY
59-
6055
- name: Create a new draft snapshot in the Zenodo record
6156
if: github.event_name == 'release'
6257
env:

0 commit comments

Comments
 (0)