Skip to content

Commit

Permalink
chore: update repository templates to ory/meta@6dd5819
Browse files Browse the repository at this point in the history
  • Loading branch information
ory-bot committed Dec 31, 2024
1 parent 5d0bdc5 commit 2b9587a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/licenses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,9 @@ jobs:
if:
${{ github.ref == 'refs/heads/main' || github.ref ==
'refs/heads/master' }}
with:
author-email:
${{ secrets.ORY_BOT_PAT &&

Check failure on line 31 in .github/workflows/licenses.yml

View workflow job for this annotation

GitHub Actions / Lint GithubAction files

got unexpected character '+' while lexing expression, expecting 'a'..'z', 'A'..'Z', '_', '0'..'9', ''', '}', '(', ')', '[', ']', '.', '!', '<', '>', '=', '&', '|', '*', ',', ' '
'[email protected]' || github.actor +
'@users.noreply.github.com' }}
author-name: ${{ secrets.ORY_BOT_PAT && 'ory-bot' || github.actor }}

0 comments on commit 2b9587a

Please sign in to comment.