mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 16:48:31 +02:00
Remove global flag from git config
This commit is contained in:
parent
06e5b4baf6
commit
6639546413
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
|
@ -161,8 +161,8 @@ jobs:
|
|||
- name: Config git user
|
||||
working-directory: ${{ env.BREW_TAP_DIRECTORY }}
|
||||
run: |
|
||||
git config --global user.name "${{ secrets.JRNL_BOT_NAME }}"
|
||||
git config --global user.email "${{ secrets.JRNL_BOT_EMAIL }}"
|
||||
git config user.name "${{ secrets.JRNL_BOT_NAME }}"
|
||||
git config user.email "${{ secrets.JRNL_BOT_EMAIL }}"
|
||||
|
||||
- name: Create branch
|
||||
working-directory: ${{ env.BREW_TAP_DIRECTORY }}
|
||||
|
|
Loading…
Add table
Reference in a new issue