mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-07-19 18:35:48 +01:00
Fix: [Actions] preview_build failure due to git upgrade (#10323)
This commit is contained in:
parent
51049946d1
commit
8f350c9ae6
1
.github/workflows/preview_build.yml
vendored
1
.github/workflows/preview_build.yml
vendored
@ -37,6 +37,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Name branch
|
- name: Name branch
|
||||||
run: |
|
run: |
|
||||||
|
git config --global --add safe.directory ${GITHUB_WORKSPACE}
|
||||||
name=$(echo "${{ github.event.client_payload.folder }}")
|
name=$(echo "${{ github.event.client_payload.folder }}")
|
||||||
git checkout -b ${name}
|
git checkout -b ${name}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user