1
0
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:
Loïc Guilloux
2023-01-06 00:25:45 +01:00
committed by GitHub
parent 51049946d1
commit 8f350c9ae6

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}