Skip to content

Commit 956e36c

Browse files
authored
Update _fetch_and_rebase.yml
1 parent f14d313 commit 956e36c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/_fetch_and_rebase.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ jobs:
1919
- name: Pull latest codes for torch
2020
uses: ascend/pytorch/.github/actions/fetch-and-rebase@master
2121
with:
22-
repo_path: /root/codes/pytorch/pytorch
22+
repo_path: /home/runner/actions-runner/codes/pytorch/pytorch
2323
remote_branch: upstream/main
2424
loop: ${{ inputs.loop }}
2525
- name: Pull latest codes for torch_npu
2626
uses: ascend/pytorch/.github/actions/fetch-and-rebase@master
2727
with:
28-
repo_path: /root/codes/npu/pytorch
28+
repo_path: /home/runner/actions-runner/codes/npu/pytorch
2929
remote_branch: upstream/master
3030
loop: ${{ inputs.loop }}

0 commit comments

Comments
 (0)