Skip to content

Commit 169d775

Browse files
Update files
1 parent 195196a commit 169d775

File tree

3 files changed

+571
-591
lines changed

3 files changed

+571
-591
lines changed

.github/workflows/preview.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,4 @@
8383
"read": "@php ./notifications read -nm --ansi",
8484
"test": "@php ./vendor/bin/pest --compact --colors=always"
8585
}
86-
}
86+
}

0 commit comments

Comments
 (0)