2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2024-11-08 14:21:05 +00:00

Merge pull request #566 from revant/gha-creds

ci: use git command to config git creds
This commit is contained in:
Revant Nandgaonkar 2021-11-11 09:20:53 +05:30 committed by GitHub
commit b7d990b2a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -135,7 +135,9 @@ jobs:
ssh-private-key: ${{ secrets.HELM_DEPLOY_KEY }}
- name: Setup Git Credentials
uses: fregante/setup-git-user@v1
run: |
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --global user.name "github-actions[bot]"
- name: Release
run: |