Skip to content

Commit cb2a20f

Browse files
committed
fix: license script
1 parent 6dd5819 commit cb2a20f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/repository/common/.github/workflows/licenses.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626
with:
2727
author-email:
2828
${{ secrets.ORY_BOT_PAT &&
29-
'60093411+ory-bot@users.noreply.github.com' || github.actor +
30-
'@users.noreply.github.com' }}
29+
'60093411+ory-bot@users.noreply.github.com' ||
30+
format('{0}@users.noreply.github.com', github.actor) }}
3131
author-name: ${{ secrets.ORY_BOT_PAT && 'ory-bot' || github.actor }}

0 commit comments

Comments
 (0)