Skip to content

Commit 314a0f1

Browse files
committed
no need -v __e
1 parent e838874 commit 314a0f1

5 files changed

Lines changed: 15 additions & 0 deletions

.github/workflows/qa-l0-pytorch-wheel.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ jobs:
3535
--pull always
3636
3737
steps:
38+
- name: Configure git safe directory
39+
run: git config --global --add safe.directory '*'
40+
3841
- name: Checkout Code
3942
uses: actions/checkout@v6.0.1
4043
with:

.github/workflows/qa-l0-te-cpp-unittest-pytorch-lint.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ jobs:
5050
console.log('ref:', context.ref)
5151
console.log('sha:', context.sha)
5252
53+
- name: Configure git safe directory
54+
run: git config --global --add safe.directory '*'
55+
5356
- name: Checkout Code
5457
uses: actions/checkout@v6.0.1
5558
with:

.github/workflows/qa-l1-te-cpp-pytorch-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ jobs:
5353
--user root
5454
--pull always
5555
steps:
56+
- name: Configure git safe directory
57+
run: git config --global --add safe.directory '*'
58+
5659
- name: Checkout Code
5760
uses: actions/checkout@v6.0.1
5861
with:

.github/workflows/qa-l3-te-pytorch-fa-versions-test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ jobs:
4040
--user root
4141
--pull always
4242
steps:
43+
- name: Configure git safe directory
44+
run: git config --global --add safe.directory '*'
45+
4346
- name: Checkout Code
4447
uses: actions/checkout@v6.0.1
4548
with:

.github/workflows/te-plugin-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ jobs:
3838
--user root
3939
--pull always
4040
steps:
41+
- name: Configure git safe directory
42+
run: git config --global --add safe.directory '*'
43+
4144
- name: Checkout Code
4245
uses: actions/checkout@v6.0.1
4346
with:

0 commit comments

Comments
 (0)