ci: add github action work dir to git safe dir
This commit is contained in:
parent
f543406a4c
commit
603e1bb3b9
|
@ -29,6 +29,7 @@ jobs:
|
|||
- uses: actions/checkout@v1
|
||||
- name: prepare
|
||||
run: |
|
||||
git config --global --add safe.directory "$GITHUB_WORKSPACE"
|
||||
if make emqx-ee --dry-run > /dev/null 2>&1; then
|
||||
echo "https://ci%40emqx.io:${{ secrets.CI_GIT_TOKEN }}@github.com" > $HOME/.git-credentials
|
||||
git config --global credential.helper store
|
||||
|
|
Loading…
Reference in New Issue