We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b6f382 commit 9a22372Copy full SHA for 9a22372
.github/workflows/licenses.yml
@@ -29,6 +29,6 @@ jobs:
29
with:
30
author-email:
31
${{ secrets.ORY_BOT_PAT &&
32
- '60093411+ory-bot@users.noreply.github.com' || github.actor +
33
- '@users.noreply.github.com' }}
+ '60093411+ory-bot@users.noreply.github.com' ||
+ format('{0}@users.noreply.github.com', github.actor) }}
34
author-name: ${{ secrets.ORY_BOT_PAT && 'ory-bot' || github.actor }}
0 commit comments