Browse Source

Set git user/email

pull/1084/head
Philipp Oppermann 6 months ago
parent
commit
ce6259471c
Failed to extract signature
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      .github/workflows/regenerate-schemas.yml

+ 2
- 0
.github/workflows/regenerate-schemas.yml View File

@@ -23,6 +23,8 @@ jobs:
else
git switch -c schema-update-for-${{ github.sha }}
git add libraries/core/dora-schema.json
git config user.email "dora-bot@phil-opp.com"
git config user.name "Dora Bot"
git commit -m "Update JSON schema for `dora-core`"
gh pr create --fill
fi


Loading…
Cancel
Save