Skip to content

Commit 77a5631

Browse files
feat: only when ready
1 parent 4da7b76 commit 77a5631

10 files changed

+3300
-2467
lines changed

action.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ inputs:
4444
polling-submission-id:
4545
description: 'The Id of the active submission being processed'
4646
required: false
47+
only-on-ready:
48+
description: 'Only interact with the API when the module is ready to take on new submissions'
49+
required: false
4750
outputs:
4851
draft-submission:
4952
description: 'The existing draft of the product specified'
@@ -53,4 +56,4 @@ outputs:
5356
description: 'The Id of the active submission being processed'
5457
runs:
5558
using: 'node16'
56-
main: 'dist/index.js'
59+
main: 'dist/index.js'

dist/index.js

+1,622-861
Large diffs are not rendered by default.

lib/azure_devops_task.js

+84-84
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)