diff --git a/.github/actions/fix-sync/action.yml b/.github/actions/fix-sync/action.yml index 7ac9f2eb4a..b5d7f2949b 100644 --- a/.github/actions/fix-sync/action.yml +++ b/.github/actions/fix-sync/action.yml @@ -133,7 +133,7 @@ runs: run : | cd src/third_party/angle rm -f .git/objects/info/alternates - git remote set-url origin https://chromium.googlesource.com/angle/angle.git + git remote set-url origin https://github.com/google/angle.git cp .git/config .git/config.backup git remote remove origin mv .git/config.backup .git/config