mirror of
https://github.com/GXDE-OS/GXDE.git
synced 2026-06-22 07:36:38 +08:00
578710a84f
Signed-off-by: gfdgd_xi <3025613752@qq.com>
31 lines
532 B
YAML
31 lines
532 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:
|
|
empty:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Empty
|
|
run: |
|
|
exit
|