protonmail-bridge-nextcoud-.../.github/workflows/update-check.yaml

20 lines
293 B
YAML

name: update check
on:
schedule:
- cron: "0 0 * * *"
workflow_dispatch:
permissions:
contents: write
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Check for update
run: python3 update-check.py