We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fabdd8 commit 29556fbCopy full SHA for 29556fb
.github/workflows/update-vector-map.yml
@@ -17,9 +17,6 @@ jobs:
17
- uses: actions/checkout@v3
18
with:
19
fetch-depth: 0 # Повна історія для режиму diff
20
-
21
- - name: Configure Git safe directory
22
- run: git config --global --add safe.directory /github/workspace
23
24
- name: Update Vector Code Map
25
uses: forproxyband/vector-code-map@main
Dockerfile
@@ -1,6 +1,7 @@
1
FROM node:18-slim
2
3
RUN apt-get update && apt-get install -y git
4
+RUN git config --global --add safe.directory /github/workspace
5
6
WORKDIR /app
7
0 commit comments