We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ff2c14 commit 7361205Copy full SHA for 7361205
.github/workflows/licenses.yml
@@ -26,3 +26,9 @@ jobs:
26
if:
27
${{ github.ref == 'refs/heads/main' || github.ref ==
28
'refs/heads/master' }}
29
+ with:
30
+ author-email:
31
+ ${{ secrets.ORY_BOT_PAT &&
32
+ '[email protected]' || github.actor +
33
+ '@users.noreply.github.com' }}
34
+ author-name: ${{ secrets.ORY_BOT_PAT && 'ory-bot' || github.actor }}
.github/workflows/milestone.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
steps:
17
- name: Checkout
18
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
19
with:
20
token: ${{ secrets.TOKEN_PRIVILEGED }}
21
- name: Milestone Documentation Generator
0 commit comments