Ykeremy/downloaded filename prefix (#814)

This commit is contained in:
Kerem Yilmaz 2024-09-11 21:56:38 -07:00 committed by GitHub
parent 512d0c1a88
commit 4a599bbf55
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 64 additions and 21 deletions

View file

@ -1048,6 +1048,7 @@ class WorkflowService:
max_steps_per_run=block_yaml.max_steps_per_run,
max_retries=block_yaml.max_retries,
complete_on_download=block_yaml.complete_on_download,
download_suffix=block_yaml.download_suffix,
continue_on_failure=block_yaml.continue_on_failure,
totp_verification_url=block_yaml.totp_verification_url,
totp_identifier=block_yaml.totp_identifier,