Skip to content

Commit 8c172a5

Browse files
authored
Scala Stewardの実行頻度を毎日に変更
1 parent dfbf528 commit 8c172a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/DependencyUpdate.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Launch Scala Steward
22

33
on:
44
schedule:
5-
- cron: '0 0 * * 0'
5+
- cron: '0 0 * * *'
66
workflow_dispatch:
77

88
jobs:
@@ -22,4 +22,4 @@ jobs:
2222
with:
2323
github-token: ${{ steps.generate-token.outputs.token }}
2424
author-email: 41898282+github-actions[bot]@users.noreply.github.com
25-
author-name: github-actions[bot]
25+
author-name: github-actions[bot]

0 commit comments

Comments
 (0)