Skip to content

Commit

Permalink
fix: license script
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Dec 31, 2024
1 parent 6dd5819 commit cb2a20f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/repository/common/.github/workflows/licenses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
with:
author-email:
${{ secrets.ORY_BOT_PAT &&
'[email protected]' || github.actor +
'@users.noreply.github.com' }}
'[email protected]' ||
format('{0}@users.noreply.github.com', github.actor) }}
author-name: ${{ secrets.ORY_BOT_PAT && 'ory-bot' || github.actor }}

0 comments on commit cb2a20f

Please sign in to comment.