We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2985962 commit 420bb04Copy full SHA for 420bb04
.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