all-in-one/.github/workflows/update-copyright.yml
Simon L. e2f76b8685 add copyright update workflow
Signed-off-by: Simon L. <szaimen@e.mail.de>
2024-10-14 11:08:29 +02:00

13 lines
212 B
YAML

name: Update Copyright
on:
workflow_dispatch:
schedule:
- cron: '00 12 * * *'
jobs:
update-copyright:
name: update copyright
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4