We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a96ea6 commit 9d398eeCopy full SHA for 9d398ee
.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
0 commit comments