Skip to content

Check for updates

Check for updates #58

Workflow file for this run

name: Check for updates
on:
schedule:
- cron: "0 0 1,21 * *"
workflow_dispatch:
jobs:
flatpak-external-data-checker:
runs-on: ubuntu-latest
strategy:
matrix:
branch: [ master ]
steps:
# 4.2.2
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
with:
ref: ${{ matrix.branch }}
- uses: docker://ghcr.io/flathub-infra/flatpak-external-data-checker:latest@sha256:9e64f59dc8b92b4e7cf325a3f2ef98a64beaf721b58803801d3bf66269203221
env:
GIT_AUTHOR_NAME: flathubbot
GIT_COMMITTER_NAME: flathubbot
GIT_AUTHOR_EMAIL: [email protected]
GIT_COMMITTER_EMAIL: [email protected]
EMAIL: [email protected]
GITHUB_TOKEN: ${{ secrets.FLATHUBBOT_TOKEN }}
with:
entrypoint: ./update-checker.sh