mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
add copyright update workflow
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
10495fd56e
commit
e2f76b8685
1 changed files with 13 additions and 0 deletions
13
.github/workflows/update-copyright.yml
vendored
Normal file
13
.github/workflows/update-copyright.yml
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue