mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
17 lines
330 B
YAML
17 lines
330 B
YAML
name: Unused styles updater.
|
|
|
|
on:
|
|
repository_dispatch:
|
|
types: ["Restart unused_styles_updater workflow."]
|
|
schedule:
|
|
- cron: "0 3 1 * *"
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
Unused-styles:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: desktop-app/action_code_updater@master
|
|
with:
|
|
type: "unused-styles"
|