Fix: [Actions] preview_build failure due to git upgrade (#10323)

pull/474/head
Loïc Guilloux 1 year ago committed by GitHub
parent 51049946d1
commit 8f350c9ae6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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}

Loading…
Cancel
Save