Changeset - r26719:dd13163c1bb3
[Not reviewed]
master
0 1 0
Loïc Guilloux - 17 months ago 2023-01-05 23:25:45
glx22@users.noreply.github.com
Fix: [Actions] preview_build failure due to git upgrade (#10323)
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
.github/workflows/preview_build.yml
Show inline comments
 
@@ -37,6 +37,7 @@ jobs:
 

	
 
    - name: Name branch
 
      run: |
 
        git config --global --add safe.directory ${GITHUB_WORKSPACE}
 
        name=$(echo "${{ github.event.client_payload.folder }}")
 
        git checkout -b ${name}
 

	
0 comments (0 inline, 0 general)