Skip to content

Commit d9b07c5

Browse files
committed
workflow
1 parent cacf649 commit d9b07c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/classUpdate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Update Classes
22

33
on:
44
schedule:
5-
- cron: "0 */12 * * *" # every 12 hours
5+
- cron: "0 */24 * * *" # every 12 hours
66
workflow_dispatch:
77
repository_dispatch: #webhook trigger
88
types: [update_class]
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v4
1616
- id: update
17-
uses: metro420yt/class-update@v1-rc
17+
uses: metro420yt/class-update@v1-rc3
1818
with:
1919
folder: src
2020
ext: css

0 commit comments

Comments
 (0)