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 195196a commit 169d775Copy full SHA for 169d775
.github/workflows/preview.yml
@@ -0,0 +1,14 @@
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
composer.json
@@ -83,4 +83,4 @@
83
"read": "@php ./notifications read -nm --ansi",
84
"test": "@php ./vendor/bin/pest --compact --colors=always"
85
}
86
-}
+}
0 commit comments