Add testing script

This commit is contained in:
Igor Pecovnik
2026-01-03 15:50:12 +01:00
parent c64bb27df9
commit 8b823a7086

24
.github/workflows/xx.yml vendored Normal file
View File

@@ -0,0 +1,24 @@
name: "Infrastructure: Repository update"
on:
workflow_dispatch:
repository_dispatch:
types: ["Prepare incoming"]
env:
STORAGE_PATH: /armbian/openssh-server/storage
PUBLISHING_PATH: /publishing/repository
CLEANUP_INPUT: true
DRY_RUN_SYNC: false
concurrency:
group: pipeline
cancel-in-progress: false
jobs:
Payload:
runs-on: ubuntu-latest
steps:
- name: Show payload
run: |
echo "target = ${{ github.event.client_payload.target }}"