Skip to content

feat: only-on-ready #9

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ inputs:
polling-submission-id:
description: 'The Id of the active submission being processed'
required: false
only-on-ready:
description: 'Only interact with the API when the module is ready to take on new submissions'
required: false
outputs:
draft-submission:
description: 'The existing draft of the product specified'
Expand All @@ -53,4 +56,4 @@ outputs:
description: 'The Id of the active submission being processed'
runs:
using: 'node16'
main: 'dist/index.js'
main: 'dist/index.js'
2,483 changes: 1,622 additions & 861 deletions dist/index.js

Large diffs are not rendered by default.

168 changes: 84 additions & 84 deletions lib/azure_devops_task.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading