File tree Expand file tree Collapse file tree 3 files changed +26
-2
lines changed
Expand file tree Collapse file tree 3 files changed +26
-2
lines changed Original file line number Diff line number Diff line change 77
88jobs :
99 Update :
10- uses : TheDragonCode/.github/.github/workflows/license.yml@main
10+ uses : TheDragonCode/.github/.github/workflows/license.yml@main
Original file line number Diff line number Diff line change 1+ name : Preview Updater
2+
3+ on :
4+ schedule :
5+ - cron : ' 20 2 * * *'
6+ workflow_dispatch :
7+
8+ permissions :
9+ contents : write
10+ pull-requests : write
11+
12+ jobs :
13+ preview :
14+ uses : TheDragonCode/.github/.github/workflows/preview.yml@main
Original file line number Diff line number Diff line change 2525 "issues" : " https://github.com/Laravel-Lang/locales/issues" ,
2626 "source" : " https://github.com/Laravel-Lang/locales"
2727 },
28+ "funding" : [
29+ {
30+ "type" : " boosty" ,
31+ "url" : " https://boosty.to/dragon-code"
32+ },
33+ {
34+ "type" : " yoomoney" ,
35+ "url" : " https://yoomoney.ru/to/410012608840929"
36+ }
37+ ],
2838 "require" : {
2939 "php" : " ^8.2" ,
3040 "ext-json" : " *" ,
7888 " php vendor/bin/pest"
7989 ]
8090 }
81- }
91+ }
You can’t perform that action at this time.
0 commit comments