Skip to content

Check for updates

Check for updates #18

Workflow file for this run

name: Check for updates
on:
schedule:
- cron: '0 14 * * 1'
workflow_dispatch: {}
jobs:
flatpak-external-data-checker:
runs-on: ubuntu-latest
if: github.repository_owner == 'flathub'
strategy:
matrix:
branch: [ master ]
steps:
- uses: actions/checkout@v4
with:
ref: ${{ matrix.branch }}
- uses: docker://ghcr.io/flathub/flatpak-external-data-checker:latest
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.FP_BUILDER_FLATHUBBOT_TOKEN }}
with:
args: --update --never-fork org.flatpak.Builder.json