chore: update repository templates to cb2a20fceb
This commit is contained in:
parent
7f165b64cc
commit
e61e2e6041
4
.github/workflows/licenses.yml
vendored
4
.github/workflows/licenses.yml
vendored
@ -29,6 +29,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
author-email:
|
author-email:
|
||||||
${{ secrets.ORY_BOT_PAT &&
|
${{ secrets.ORY_BOT_PAT &&
|
||||||
'60093411+ory-bot@users.noreply.github.com' || github.actor +
|
'60093411+ory-bot@users.noreply.github.com' ||
|
||||||
'@users.noreply.github.com' }}
|
format('{0}@users.noreply.github.com', github.actor) }}
|
||||||
author-name: ${{ secrets.ORY_BOT_PAT && 'ory-bot' || github.actor }}
|
author-name: ${{ secrets.ORY_BOT_PAT && 'ory-bot' || github.actor }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user