From 23cb8000dd118089510596c51ced8c204d1e5e2d Mon Sep 17 00:00:00 2001 From: ory-bot <60093411+ory-bot@users.noreply.github.com> Date: Tue, 31 Dec 2024 10:45:41 +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 68ebf0a0e..171e01963 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 }}