mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 08:38:32 +02:00
Stop hardcoding bot info in some pipelines (#1506)
This commit is contained in:
parent
fe2b976849
commit
bd590213a1
1 changed files with 2 additions and 2 deletions
4
.github/workflows/changelog.yaml
vendored
4
.github/workflows/changelog.yaml
vendored
|
@ -144,8 +144,8 @@ jobs:
|
||||||
- name: Commit
|
- name: Commit
|
||||||
if: env.SOMETHING_CHANGED == 'true'
|
if: env.SOMETHING_CHANGED == 'true'
|
||||||
run: |
|
run: |
|
||||||
git config user.email "jrnl.bot@gmail.com"
|
git config --global user.name "${{ secrets.JRNL_BOT_NAME }}"
|
||||||
git config user.name "Jrnl Bot"
|
git config --global user.email "${{ secrets.JRNL_BOT_EMAIL }}"
|
||||||
git add "$FILENAME"
|
git add "$FILENAME"
|
||||||
git commit -m "Update changelog [ci skip]"
|
git commit -m "Update changelog [ci skip]"
|
||||||
git push origin $BRANCH
|
git push origin $BRANCH
|
||||||
|
|
Loading…
Add table
Reference in a new issue