Skip to content

Commit 9e4f56a

Browse files
committed
Revert workflow URL.
1 parent b89483e commit 9e4f56a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GitHub_Actions_Status_Tower_Light/actions_status.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
# Customisations for this program
1313
# 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
14+
REPO_WORKFLOW_URL = "https://api.github.com/repos/adafruit/circuitpython/actions/workflows/build.yml/runs" # pylint: disable=line-too-long
1515
# The rate at which the program will query GitHub for an updated status. You can increase or
1616
# decrease the delay time to fit the duration and frequency of Actions runs on your repo.
1717
# Defaults to 3 minutes.

0 commit comments

Comments
 (0)