We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1be32e5 commit 16a5869Copy full SHA for 16a5869
2 files changed
.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
.github/workflows/preview.yml
@@ -0,0 +1,14 @@
+name: Preview Updater
+ - cron: '20 2 * * *'
+permissions:
+ contents: write
+ pull-requests: write
11
12
13
+ preview:
14
+ uses: TheDragonCode/.github/.github/workflows/preview.yml@main
0 commit comments