set identity

This commit is contained in:
Brord van Wierst 2024-04-08 23:00:39 +02:00
parent eb19a49b15
commit 6feda4e3f7
No known key found for this signature in database
GPG key ID: 0922A3CA225DF791

View file

@ -19,6 +19,8 @@ jobs:
- name: Pull changes from FluffyChat
run: |
git config --global user.email "${{ secrets.CI_EMAIL }}"
git config --global user.name "${{ secrets.CI_USERNAME }}"
git remote add fluffychat https://github.com/krille-chan/fluffychat
git fetch fluffychat main
git merge --no-edit fluffychat/main --allow-unrelated-histories