File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 set -eu
3030 # This is necessary to get the same results regardless of whether the
3131 # PR was opened directly or from a forked repo. See: `9f890a92` for more info.
32- git remote add upstream https://github.com/pytorch /pytorch
32+ git remote add upstream https://github.com/csarofeen /pytorch
3333 git fetch upstream "$GITHUB_BASE_REF"
3434 BASE_SHA=${{ github.event.pull_request.base.sha }}
3535 HEAD_SHA=${{ github.event.pull_request.head.sha }}
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ jobs:
121121 - name : Run clang-tidy
122122 run : |
123123 set -eux
124- git remote add upstream https://github.com/pytorch /pytorch
124+ git remote add upstream https://github.com/csarofeen /pytorch
125125 git fetch upstream "$GITHUB_BASE_REF"
126126 BASE_SHA=${{ github.event.pull_request.base.sha }}
127127 HEAD_SHA=${{ github.event.pull_request.head.sha }}
You can’t perform that action at this time.
0 commit comments