Skip to content

Commit 600fce7

Browse files
committed
fix
1 parent 0dff865 commit 600fce7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy-python.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
- name: Configure Git
1717
run: |
1818
export HOME=$(pwd)
19+
git config --global --add safe.directory /home/runner/actions-runner/_work/kernel/kernel
1920
git config --global user.name '${{ secrets.GIT_USER_NAME }}'
2021
git config --global user.email '${{ secrets.GIT_USER_EMAIL }}'
2122
BRANCH_NAME="${GITHUB_REF#refs/heads/}" || "main"

0 commit comments

Comments
 (0)