We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 928b456 commit a9e29f4Copy full SHA for a9e29f4
.github/workflows/license.yml
@@ -0,0 +1,10 @@
1
+name: Update license
2
+
3
+on:
4
+ schedule:
5
+ - cron: '0 3 1 1 *'
6
+ workflow_dispatch:
7
8
+jobs:
9
+ Update:
10
+ uses: TheDragonCode/.github/.github/workflows/license.yml@main
composer.json
@@ -30,10 +30,6 @@
30
{
31
"type": "yoomoney",
32
"url": "https://yoomoney.ru/to/410012608840929"
33
- },
34
- {
35
- "type": "donationalerts",
36
- "url": "https://www.donationalerts.com/r/dragon_code"
37
}
38
],
39
"require": {
@@ -85,4 +81,4 @@
85
81
"php vendor/bin/phpunit"
86
82
]
87
83
88
-}
84
+}
0 commit comments