Skip to content

Commit f95fc08

Browse files
committed
chore: update repository templates to ory/meta@cb2a20f
1 parent c942e93 commit f95fc08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/licenses.yml

+2-2
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)