ci: add safe.directory to git config
This commit is contained in:
parent
03a5695092
commit
fdd59c115d
1 changed files with 3 additions and 0 deletions
3
.github/workflows/ct-release.yml
vendored
3
.github/workflows/ct-release.yml
vendored
|
|
@ -20,6 +20,9 @@ jobs:
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
|
- name: Git safe.directory
|
||||||
|
run: git config --global --add safe.directory $PWD
|
||||||
|
|
||||||
- name: Setup Git
|
- name: Setup Git
|
||||||
run: |
|
run: |
|
||||||
git config --global user.email "github-actions[bot]@users.noreply.github.com"
|
git config --global user.email "github-actions[bot]@users.noreply.github.com"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue