Skip to content

Commit 9a22372

Browse files
committed
chore: update repository templates to ory/meta@cb2a20f
1 parent 3b6f382 commit 9a22372

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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-
'60093411+ory-bot@users.noreply.github.com' || github.actor +
33-
'@users.noreply.github.com' }}
32+
'60093411+ory-bot@users.noreply.github.com' ||
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)