mirror of
https://github.com/juewuy/ShellCrash.git
synced 2024-11-16 11:42:18 +08:00
增加singbox内核生成文件
This commit is contained in:
parent
369bd49866
commit
c6cf32c54a
8
.github/workflows/update_singbox_core.yaml
vendored
8
.github/workflows/update_singbox_core.yaml
vendored
|
@ -1,9 +1,11 @@
|
|||
name: Update Sing-Box Core
|
||||
on:
|
||||
schedule:
|
||||
- cron: 0 20 * * *
|
||||
workflow_dispatch:
|
||||
|
||||
inputs:
|
||||
tag:
|
||||
description: 'tag of Sing-Box, such as 1.7.8 ,don't include "v"'
|
||||
required: true
|
||||
type: string
|
||||
env:
|
||||
download_tag: ${{ github.event.inputs.tag }}
|
||||
download_version: ''
|
||||
|
|
Loading…
Reference in New Issue
Block a user