Files
tdesktop/.github/workflows/copyright_year_updater.yml
2025-12-26 14:11:29 +04:00

17 lines
338 B
YAML

name: Copyright year updater.
on:
repository_dispatch:
types: ["Restart copyright_year_updater workflow."]
schedule:
# At 03:00 on January 1.
- cron: "0 3 1 1 *"
jobs:
Copyright-year:
runs-on: ubuntu-slim
steps:
- uses: desktop-app/action_code_updater@master
with:
type: "license-year"