Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenbreddels committed Oct 21, 2024
1 parent 9add382 commit 35926e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/pycafe-create-status.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
g = Github(access_token)


repo_name = "widgetti/solara"
repo_name = "widgetti/ipyreact"
pr_number = int(sys.argv[1]) # e.g 65
run_id = sys.argv[2] # e.g 1324, usually obtained via ${{ github.run_id }} in GitHub Actions workflow files
type = "solara" # streamlit/dash/vizro/solara/panel
Expand Down

0 comments on commit 35926e6

Please sign in to comment.