Skip to content

Commit 378a917

Browse files
committed
fix docker container
1 parent 29556fb commit 378a917

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/update-vector-map.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818
with:
1919
fetch-depth: 0 # Повна історія для режиму diff
2020

21+
- name: Configure Git safe directory
22+
run: git config --global --add safe.directory /github/workspace
23+
2124
- name: Update Vector Code Map
2225
uses: forproxyband/vector-code-map@main
2326
env:

0 commit comments

Comments
 (0)