Automation: when board data changes on push, execute inventory rebuild at armbian.github.io
This commit is contained in:
parent
f76c762516
commit
83635f568c
6
.github/workflows/data-sync-board-list.yml
vendored
6
.github/workflows/data-sync-board-list.yml
vendored
@ -1,5 +1,5 @@
|
||||
name: "Data: Sync board list"
|
||||
run-name: Update board list at armbian/os
|
||||
run-name: Update board JSON at armbian/armbian.github.io
|
||||
|
||||
on:
|
||||
push:
|
||||
@ -17,5 +17,5 @@ jobs:
|
||||
uses: peter-evans/repository-dispatch@v4
|
||||
with:
|
||||
token: ${{ secrets.ACCESS_TOKEN }}
|
||||
repository: armbian/os
|
||||
event-type: "Refresh board list"
|
||||
repository: armbian/armbian.github.io
|
||||
event-type: "Data: Generate build engine inventory"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user