We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b89483e commit 9e4f56aCopy full SHA for 9e4f56a
GitHub_Actions_Status_Tower_Light/actions_status.py
@@ -11,7 +11,7 @@
11
12
# Customisations for this program
13
# Update with the URL from any repo running Actions to get the status. Defaults to CircuitPython.
14
-REPO_WORKFLOW_URL = "https://api.github.com/repos/kattni/circuitpython/actions/workflows/build.yml/runs" # pylint: disable=line-too-long
+REPO_WORKFLOW_URL = "https://api.github.com/repos/adafruit/circuitpython/actions/workflows/build.yml/runs" # pylint: disable=line-too-long
15
# The rate at which the program will query GitHub for an updated status. You can increase or
16
# decrease the delay time to fit the duration and frequency of Actions runs on your repo.
17
# Defaults to 3 minutes.
0 commit comments