Skip to content

Commit

Permalink
Add flathub-data-checker action
Browse files Browse the repository at this point in the history
  • Loading branch information
barthalion committed Nov 21, 2019
1 parent 3476de6 commit 1e09d9d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/flathub-data-checker.yml
Original file line number Diff line number Diff line change
@@ -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 }}

0 comments on commit 1e09d9d

Please sign in to comment.