This commit is contained in:
Igor Pecovnik
2026-01-02 23:20:44 +01:00
parent 71517e4587
commit 12f8d53fe9

View File

@@ -1,5 +1,6 @@
name: "test dispatch"
name: "Test $GITHUB_WORKFLOW"
on:
push:
workflow_dispatch:
jobs:
@@ -8,16 +9,5 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v4
with:
token: ${{ secrets.DISPATCH }}
repository: armbian/armbian.github.io
event-type: "Mirror"
client-payload: '{"pull_repository": "armbian/os", "cdn_tag": "os"}'
- name: "Run webindex update action"
uses: peter-evans/repository-dispatch@v4
with:
token: ${{ secrets.DISPATCH }}
repository: armbian/armbian.github.io
event-type: "Webindex update"
run: |
echo "$GITHUB_WORKFLOW"