From e9a58acb7edf03cc687e9f4f48422d4266ce4cf2 Mon Sep 17 00:00:00 2001 From: ory-bot <60093411+ory-bot@users.noreply.github.com> Date: Tue, 31 Dec 2024 10:45:59 +0000 Subject: [PATCH] chore: update repository templates to https://github.com/ory/meta/commit/cb2a20fceb295da97a8988e4947a3555b3f026a8 --- .github/workflows/licenses.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/licenses.yml b/.github/workflows/licenses.yml index 68ebf0a0..171e0196 100644 --- a/.github/workflows/licenses.yml +++ b/.github/workflows/licenses.yml @@ -29,6 +29,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 }}