Skip to content

Commit 6fabdd8

Browse files
authored
Update update-vector-map.yml
1 parent fede77a commit 6fabdd8

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ jobs:
1717
- uses: actions/checkout@v3
1818
with:
1919
fetch-depth: 0 # Повна історія для режиму diff
20-
20+
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)