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:
commit
b7d990b2a5
4
.github/workflows/build_stable.yml
vendored
4
.github/workflows/build_stable.yml
vendored
@ -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: |
|
||||
|
Loading…
Reference in New Issue
Block a user