Skip to content

Commit

Permalink
Update my_gh_sample_transfer_workflow.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sgbaird committed Apr 9, 2024
1 parent 8b02824 commit 15e09d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/prefect_scripts/my_gh_sample_transfer_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

class UserInput(RunInput):
github_username: str
comments: str
comments: str = ""
flag_for_review: bool


Expand Down Expand Up @@ -49,8 +49,8 @@ async def move_sample(
user_input = await pause_flow_run(
wait_for_input=UserInput.with_initial_data(
description="Please provide your GitHub username, any comments, and whether this sample transfer should be flagged for review.", # noqa: E501
github_username="sgbaird",
comments="",
# github_username="sgbaird",
# comments="",
flag_for_review=False,
),
timeout=300,
Expand Down

0 comments on commit 15e09d7

Please sign in to comment.