Skip to content

Commit 6dd5819

Browse files
committed
fix: set git actor
1 parent a5e8b9a commit 6dd5819

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

templates/repository/common/.github/workflows/licenses.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,9 @@ jobs:
2323
if:
2424
${{ github.ref == 'refs/heads/main' || github.ref ==
2525
'refs/heads/master' }}
26+
with:
27+
author-email:
28+
${{ secrets.ORY_BOT_PAT &&
29+
'60093411+ory-bot@users.noreply.github.com' || github.actor +
30+
'@users.noreply.github.com' }}
31+
author-name: ${{ secrets.ORY_BOT_PAT && 'ory-bot' || github.actor }}

templates/repository/server/.github/workflows/milestone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v2
15+
uses: actions/checkout@v4
1616
with:
1717
token: ${{ secrets.TOKEN_PRIVILEGED }}
1818
- name: Milestone Documentation Generator

0 commit comments

Comments
 (0)