From ece5c98821a3b5803fd392e66998efd1e3f34471 Mon Sep 17 00:00:00 2001 From: Lup Yuen Lee Date: Thu, 27 Jun 2024 21:12:25 +0800 Subject: [PATCH] https://github.com/rushabhvg/nuttx/tree/gpio2 --- .github/workflows/ox64-special.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ox64-special.yml b/.github/workflows/ox64-special.yml index 9e24bb4..a957ecc 100644 --- a/.github/workflows/ox64-special.yml +++ b/.github/workflows/ox64-special.yml @@ -26,7 +26,7 @@ jobs: - name: Checkout Source Files run: | ## TODO: Paste the GitHub Repo and Branch - source=https://github.com/apache/nuttx/tree/master + source=https://github.com/rushabhvg/nuttx/tree/gpio2 ## Match `https://github.com/user/repo/tree/branch` pattern='\(.*\)\/tree\/\(.*\)'