Skip to content

Check for updates #3877

Check for updates

Check for updates #3877

Workflow file for this run

name: Check for updates
on:
schedule:
- cron: '0 * * * *'
workflow_dispatch: {}
jobs:
flatpak-external-data-checker:
runs-on: ubuntu-latest
strategy:
matrix:
branch: [ branch/21.08, branch/22.08 ]
steps:
- uses: actions/checkout@v3
with:
ref: ${{ matrix.branch }}
- uses: docker:https://ghcr.io/flathub/flatpak-external-data-checker:latest
env:
GIT_AUTHOR_NAME: Flatpak External Data Checker
GIT_COMMITTER_NAME: Flatpak External Data Checker
GIT_AUTHOR_EMAIL: 41898282+github-actions[bot]@users.noreply.github.com
GIT_COMMITTER_EMAIL: 41898282+github-actions[bot]@users.noreply.github.com
EMAIL: 41898282+github-actions[bot]@users.noreply.github.com
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
entrypoint: /bin/bash
args: -c "git config --global --add safe.directory /github/workspace && cd /github/workspace && /app/flatpak-external-data-checker --update --never-fork org.freedesktop.Platform.VulkanLayer.vkBasalt.yml"