Add flathub-data-checker action

This commit is contained in:
Bartłomiej Piotrowski
2019-11-21 11:49:51 +01:00
parent 3476de66bd
commit 1e09d9dc71

View File

@@ -0,0 +1,10 @@
name: 'Check if external data changed'
on: deployment
jobs:
flathub-data-checker:
runs-on: ubuntu-latest
steps:
- uses: flathub/actions/flathub-data-checker@master
env:
GITHUB_TOKEN: ${{ secrets.FLATHUBBOT_TOKEN }}