[CI] update author

This commit is contained in:
2025-12-23 14:29:36 +01:00
parent 27c96d26a0
commit 0ea3d9245c
2 changed files with 6 additions and 5 deletions

View File

@@ -27,3 +27,4 @@ jobs:
file_pattern: '*.pdf' file_pattern: '*.pdf'
commit_user_name: LaTeX compiler [bot] commit_user_name: LaTeX compiler [bot]
commit_user_email: actions@janishutz.com commit_user_email: actions@janishutz.com
commit_author: LaTeX compiler [bot] <actions@janishutz.com>

View File

@@ -1,10 +1,9 @@
name: Build helpers name: Build helpers
on: on:
push push:
# push: paths:
# paths: - 'main/**'
# - 'main/**' - 'extra/**'
# - 'extra/**'
jobs: jobs:
build_helpers: build_helpers:
runs_on: ubuntu-latest runs_on: ubuntu-latest
@@ -19,3 +18,4 @@ jobs:
commit_message: "[skip ci] Build helpers on push" commit_message: "[skip ci] Build helpers on push"
commit_user_name: Helpers compiler [bot] commit_user_name: Helpers compiler [bot]
commit_user_email: actions@janishutz.com commit_user_email: actions@janishutz.com
commit_author: Helpers compiler [bot] <actions@janishutz.com>