Skip to content
This repository was archived by the owner on Feb 20, 2025. It is now read-only.

Commit 2cd7ea7

Browse files
Update files
1 parent eafea7c commit 2cd7ea7

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

Diff for: .github/workflows/license.yml

+10
Original file line numberDiff line numberDiff line change
@@ -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

Diff for: composer.json

+1-5
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@
3333
{
3434
"type": "yoomoney",
3535
"url": "https://yoomoney.ru/to/410012608840929"
36-
},
37-
{
38-
"type": "donationalerts",
39-
"url": "https://www.donationalerts.com/r/dragon_code"
4036
}
4137
],
4238
"require": {
@@ -79,4 +75,4 @@
7975
]
8076
}
8177
}
82-
}
78+
}

0 commit comments

Comments
 (0)