Browse Source

Escape + push

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

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

@@ -25,7 +25,8 @@ jobs:
git add libraries/core/dora-schema.json git add libraries/core/dora-schema.json
git config user.email "dora-bot@phil-opp.com" git config user.email "dora-bot@phil-opp.com"
git config user.name "Dora Bot" git config user.name "Dora Bot"
git commit -m "Update JSON schema for `dora-core`"
git commit -m "Update JSON schema for \`dora-core\`"
git push -u origin HEAD
gh pr create --fill gh pr create --fill
fi fi

Loading…
Cancel
Save