mirror of
https://github.com/armbian/os.git
synced 2026-01-06 10:38:50 -08:00
Test
This commit is contained in:
18
.github/workflows/test.yml
vendored
18
.github/workflows/test.yml
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user