Add cronjob to automatically update all apps every two days #315
Annotations
2 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
tasks/main.yml#L117
Jinja2 spacing could be improved: {{ nextcloud_app_update_cronjob|ternary('present', 'absent') }} -> {{ nextcloud_app_update_cronjob | ternary('present', 'absent') }}
|
This job succeeded
Loading