已修改 .github/workflows/core_auto_update.yml
已修改 .github/workflows/update_singbox_core.yaml
This commit is contained in:
18
.github/workflows/update_singbox_core.yaml
vendored
18
.github/workflows/update_singbox_core.yaml
vendored
@@ -23,6 +23,24 @@ on:
|
||||
description: 'build tags'
|
||||
required: false
|
||||
type: string
|
||||
workflow_call:
|
||||
inputs:
|
||||
tag1:
|
||||
required: true
|
||||
type: string
|
||||
tag2:
|
||||
required: true
|
||||
type: string
|
||||
tag3:
|
||||
required: false
|
||||
type: string
|
||||
tag4:
|
||||
required: false
|
||||
type: string
|
||||
tag5:
|
||||
required: false
|
||||
type: string
|
||||
|
||||
jobs:
|
||||
go:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user