mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 08:38:32 +02:00
Add --local flag in git config calls
This commit is contained in:
parent
6639546413
commit
df151d4dbc
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 user.name "${{ secrets.JRNL_BOT_NAME }}"
|
||||
git config user.email "${{ secrets.JRNL_BOT_EMAIL }}"
|
||||
git config --local user.name "${{ secrets.JRNL_BOT_NAME }}"
|
||||
git config --local user.email "${{ secrets.JRNL_BOT_EMAIL }}"
|
||||
|
||||
- name: Create branch
|
||||
working-directory: ${{ env.BREW_TAP_DIRECTORY }}
|
||||
|
|
Loading…
Add table
Reference in a new issue