deploy_all: add git ownership workaround

See
a6d2c2cf5e
This commit is contained in:
Matthias Grob 2023-07-19 19:00:42 +02:00
parent 0c2a8266bc
commit ce8dd2ba48
1 changed files with 3 additions and 0 deletions

View File

@ -30,6 +30,9 @@ jobs:
with:
token: ${{secrets.ACCESS_TOKEN}}
- name: ownership workaround
run: git config --system --add safe.directory '*'
- name: make ${{matrix.target}}
run: make ${{matrix.target}}