There was an error while loading. Please reload this page.
1 parent a5e8b9a commit 6dd5819Copy full SHA for 6dd5819
2 files changed
templates/repository/common/.github/workflows/licenses.yml
@@ -23,3 +23,9 @@ jobs:
23
if:
24
${{ github.ref == 'refs/heads/main' || github.ref ==
25
'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
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
steps:
14
- name: Checkout
15
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
16
with:
17
token: ${{ secrets.TOKEN_PRIVILEGED }}
18
- name: Milestone Documentation Generator
0 commit comments