Skip to content

Commit

Permalink
Automatically update
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEvilSkeleton committed Dec 14, 2022
1 parent 06fac17 commit 0cb5b79
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
25 changes: 25 additions & 0 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Check for updates
on:
schedule:
- cron: '0 * * * *'
workflow_dispatch: {}
jobs:
flatpak-external-data-checker:
runs-on: ubuntu-latest
strategy:
matrix:
branch: [ master, beta ]
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:
args: --update --never-fork org.freedesktop.Platform.VulkanLayer.vkBasalt.yml
4 changes: 3 additions & 1 deletion flathub.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"only-arches": ["x86_64"],
"skip-icons-check": true
"skip-icons-check": true,
"automerge-flathubbot-prs": true,
"disable-external-data-checker": true
}

0 comments on commit 0cb5b79

Please sign in to comment.