Skip to content
This repository was archived by the owner on Jan 2, 2025. It is now read-only.

Commit 690a07e

Browse files
committed
chore: update repository templates to ory/meta@cb2a20f
1 parent da6783f commit 690a07e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/licenses.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ jobs:
2929
with:
3030
author-email:
3131
${{ secrets.ORY_BOT_PAT &&
32-
'[email protected]' || github.actor +
33-
'@users.noreply.github.com' }}
32+
33+
format('{0}@users.noreply.github.com', github.actor) }}
3434
author-name: ${{ secrets.ORY_BOT_PAT && 'ory-bot' || github.actor }}

0 commit comments

Comments
 (0)