mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-29 01:19:11 +00:00
Fix: [Actions] preview_build failure due to git upgrade (#10323)
This commit is contained in:
1
.github/workflows/preview_build.yml
vendored
1
.github/workflows/preview_build.yml
vendored
@@ -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}
|
||||
|
||||
|
Reference in New Issue
Block a user