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 0dff865 commit 600fce7Copy full SHA for 600fce7
.github/workflows/deploy-python.yaml
@@ -16,6 +16,7 @@ jobs:
16
- name: Configure Git
17
run: |
18
export HOME=$(pwd)
19
+ git config --global --add safe.directory /home/runner/actions-runner/_work/kernel/kernel
20
git config --global user.name '${{ secrets.GIT_USER_NAME }}'
21
git config --global user.email '${{ secrets.GIT_USER_EMAIL }}'
22
BRANCH_NAME="${GITHUB_REF#refs/heads/}" || "main"
0 commit comments