mirror of
https://github.com/chenasraf/flathub.git
synced 2026-05-18 01:39:06 +00:00
Add flathub-data-checker action
This commit is contained in:
10
.github/workflows/flathub-data-checker.yml
vendored
Normal file
10
.github/workflows/flathub-data-checker.yml
vendored
Normal 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 }}
|
||||
Reference in New Issue
Block a user