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

This commit is contained in:
Loïc Guilloux 2023-01-06 00:25:45 +01:00 committed by GitHub
parent 51049946d1
commit 8f350c9ae6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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