File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 3737 - name : Check out ${{ github.event.inputs.commit_sha }} commit
3838 if : github.event.inputs.commit_sha != ''
3939 run : |
40+ git config --global --add safe.directory ${GITHUB_WORKSPACE}
4041 git fetch
4142 git checkout ${{ github.event.inputs.commit_sha }}
4243 - id : set-matrix
6970 - name : Check out ${{ github.event.inputs.commit_sha }} commit
7071 if : github.event.inputs.commit_sha != ''
7172 run : |
73+ git config --global --add safe.directory ${GITHUB_WORKSPACE}
7274 git fetch
7375 git checkout ${{ github.event.inputs.commit_sha }}
7476 - name : Run monitoring
@@ -123,6 +125,7 @@ jobs:
123125 - name : Check out ${{ github.event.inputs.commit_sha }} commit
124126 if : github.event.inputs.commit_sha != ''
125127 run : |
128+ git config --global --add safe.directory ${GITHUB_WORKSPACE}
126129 git fetch
127130 git checkout ${{ github.event.inputs.commit_sha }}
128131 - uses : actions/checkout@v3
You can’t perform that action at this time.
0 commit comments