From 5b34f552bdbd3aa8bb61dfd849edc94e7c6ce71b Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sun, 7 May 2023 17:19:44 -0700 Subject: [PATCH] Update buck2 git repository path --- .github/workflows/buck2.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/buck2.yml b/.github/workflows/buck2.yml index 5515d95..9d52685 100644 --- a/.github/workflows/buck2.yml +++ b/.github/workflows/buck2.yml @@ -11,7 +11,7 @@ jobs: uses: ./.github/workflows/build.yml with: crate: buck2 - git: facebookincubator/buck2 + git: facebook/buck2 path: app/buck2 permissions: contents: write