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 cacf649 commit d9b07c5Copy full SHA for d9b07c5
.github/workflows/classUpdate.yml
@@ -2,7 +2,7 @@ name: Update Classes
2
3
on:
4
schedule:
5
- - cron: "0 */12 * * *" # every 12 hours
+ - cron: "0 */24 * * *" # every 12 hours
6
workflow_dispatch:
7
repository_dispatch: #webhook trigger
8
types: [update_class]
@@ -14,7 +14,7 @@ jobs:
14
steps:
15
- uses: actions/checkout@v4
16
- id: update
17
- uses: metro420yt/class-update@v1-rc
+ uses: metro420yt/class-update@v1-rc3
18
with:
19
folder: src
20
ext: css
0 commit comments