chore: update repository templates to 6dd5819712

This commit is contained in:
ory-bot 2024-12-31 10:36:26 +00:00
parent 0cc8ddf593
commit 7f165b64cc

View File

@ -26,3 +26,9 @@ jobs:
if:
${{ github.ref == 'refs/heads/main' || github.ref ==
'refs/heads/master' }}
with:
author-email:
${{ secrets.ORY_BOT_PAT &&
'60093411+ory-bot@users.noreply.github.com' || github.actor +
'@users.noreply.github.com' }}
author-name: ${{ secrets.ORY_BOT_PAT && 'ory-bot' || github.actor }}