aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJamy Golden <jamy@jamygolden.com>2022-06-19 13:48:52 +0200
committerJamy Golden <jamy@jamygolden.com>2022-06-19 13:48:52 +0200
commit2ce0a40c53dea90ad4415b5fbaedf90a87c38bb5 (patch)
treef330d98c2d1b392875df47762ca616e7ec4f0850
parent02e718576d79f37e7a93853db60eda4712ecd0cf (diff)
Add base16-project-bot details to github action
-rw-r--r--.github/workflows/update.yml9
1 files changed, 7 insertions, 2 deletions
diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml
index aed0bdc..7f886a9 100644
--- a/.github/workflows/update.yml
+++ b/.github/workflows/update.yml
@@ -19,7 +19,12 @@ jobs:
- name: Run make
run: make
- name: Commit the changes, if any
- uses: stefanzweifel/git-auto-commit-action@v4.1.1
+ uses: stefanzweifel/git-auto-commit-action@v4
with:
- commit_message: Update repository with the latest base16 colorschemes
+ token: ${{ secrets.BOT_ACCESS_TOKEN }}
+ commit_message: Update with the latest base16-project colorschemes
branch: ${{ github.head_ref }}
+ commit_user_name: base16-project-bot
+ commit_user_email: base16themeproject@proton.me
+ commit_author: base16-project-bot <base16themeproject@proton.me>
+