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 705ef14 commit 8e2f3baCopy full SHA for 8e2f3ba
.github/workflows/licenses.yml
@@ -26,3 +26,9 @@ jobs:
26
if:
27
${{ github.ref == 'refs/heads/main' || github.ref ==
28
'refs/heads/master' }}
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' }}
34
+ author-name: ${{ secrets.ORY_BOT_PAT && 'ory-bot' || github.actor }}
0 commit comments