mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-19 11:05:50 +01:00
Fixed user.email for compile workflow (#17189)
This commit is contained in:
@@ -48,7 +48,7 @@ jobs:
|
||||
#if: steps.value_holder.outputs.ACTIONS_ENABLED
|
||||
run: |
|
||||
git config --local user.name "vorestation-ci[bot]"
|
||||
git config --local user.email "12787406+vorestation-ci[bot]@users.noreply.github.com"
|
||||
git config --local user.email "199609141+vorestation-ci[bot]@users.noreply.github.com"
|
||||
git pull origin master
|
||||
git add html/changelogs
|
||||
git commit -m "Automatic changelog compile [ci skip]" -a || true
|
||||
|
||||
Reference in New Issue
Block a user