Skip to content

Commit

Permalink
chore: update repository templates to ory/meta@cb2a20f
Browse files Browse the repository at this point in the history
  • Loading branch information
ory-bot committed Dec 31, 2024
1 parent 4bd25d8 commit 6673c87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/licenses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
with:
author-email:
${{ secrets.ORY_BOT_PAT &&
'60093411+ory-bot@users.noreply.github.com' || github.actor +
'@users.noreply.github.com' }}
'60093411+ory-bot@users.noreply.github.com' ||
format('{0}@users.noreply.github.com', github.actor) }}
author-name: ${{ secrets.ORY_BOT_PAT && 'ory-bot' || github.actor }}

0 comments on commit 6673c87

Please sign in to comment.