Check for updates #4925
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Check for updates | |
on: | |
schedule: | |
- cron: '52 3/6 * * *' | |
workflow_dispatch: | |
jobs: | |
check: | |
timeout-minutes: 5 | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: docker://ghcr.io/flathub/flatpak-external-data-checker:latest | |
env: | |
GIT_AUTHOR_NAME: Endless External Data Checker | |
GIT_COMMITTER_NAME: Endless External Data Checker | |
GIT_AUTHOR_EMAIL: [email protected] | |
GIT_COMMITTER_EMAIL: [email protected] | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
with: | |
# --never-fork is needed because the repository permissions | |
# reported by the GitHub API claim that the user cannot push to the | |
# repo, whereas in fact they can. | |
args: | | |
--verbose --update --never-fork com.google.Chrome.json |