Skip to content

Commit

Permalink
Create use_flow_directly.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sgbaird committed Apr 8, 2024
1 parent ac77520 commit 6fd173a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions scripts/prefect_scripts/use_flow_directly.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
from my_gh_workflow import repo_info

stars, num_contributors = repo_info()

print(f"Stars 🌠 : {stars}")
print(f"Number of contributors 👷: {num_contributors}")

1 + 1

0 comments on commit 6fd173a

Please sign in to comment.