We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dd5819 commit cb2a20fCopy full SHA for cb2a20f
templates/repository/common/.github/workflows/licenses.yml
@@ -26,6 +26,6 @@ jobs:
26
with:
27
author-email:
28
${{ secrets.ORY_BOT_PAT &&
29
- '60093411+ory-bot@users.noreply.github.com' || github.actor +
30
- '@users.noreply.github.com' }}
+ '60093411+ory-bot@users.noreply.github.com' ||
+ format('{0}@users.noreply.github.com', github.actor) }}
31
author-name: ${{ secrets.ORY_BOT_PAT && 'ory-bot' || github.actor }}
0 commit comments