From cb2a20fceb295da97a8988e4947a3555b3f026a8 Mon Sep 17 00:00:00 2001 From: aeneasr <3372410+aeneasr@users.noreply.github.com> Date: Tue, 31 Dec 2024 11:39:20 +0100 Subject: [PATCH] fix: license script --- templates/repository/common/.github/workflows/licenses.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/repository/common/.github/workflows/licenses.yml b/templates/repository/common/.github/workflows/licenses.yml index bc9ea02..9431aee 100644 --- a/templates/repository/common/.github/workflows/licenses.yml +++ b/templates/repository/common/.github/workflows/licenses.yml @@ -26,6 +26,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 }}