mirror of
https://github.com/GXDE-OS/GXDE.git
synced 2026-06-22 06:56:36 +08:00
27 lines
556 B
YAML
27 lines
556 B
YAML
name: Building GXDE Testing SID Package
|
|
run-name: Building SID ${{ GITHUB.REPOSITORY }}
|
|
|
|
on:
|
|
workflow_call:
|
|
secrets:
|
|
PASSWD:
|
|
required: true
|
|
USERS:
|
|
required: true
|
|
HOST:
|
|
required: true
|
|
UPATH:
|
|
required: true
|
|
UPROGRAM:
|
|
required: true
|
|
UPORT:
|
|
required: true
|
|
|
|
env:
|
|
REPOSITORY: https://github.com/GXDE-OS/GXDE
|
|
BOTTLEPATH: system-bottle
|
|
|
|
jobs:
|
|
call-zhuangzhuang:
|
|
uses: GXDE-OS/GXDE/.github/workflows/building-deb-zhuangzhuang.yml@master
|
|
secrets: inherit |