添加singbox测试版actions文件
This commit is contained in:
@@ -42,7 +42,9 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4.1.1
|
- uses: actions/checkout@v4.1.1
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
repository: ${{ github.event.inputs.tag1 }}
|
||||||
|
ref: ${{ github.event.inputs.tag2 }}
|
||||||
|
fetch-depth: 1
|
||||||
|
|
||||||
- name: setup go
|
- name: setup go
|
||||||
uses: actions/setup-go@v4.1.0
|
uses: actions/setup-go@v4.1.0
|
||||||
@@ -119,7 +121,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
repository: ${{ github.event.inputs.tag1 }}
|
repository: ${{ github.event.inputs.tag1 }}
|
||||||
ref: ${{ github.event.inputs.tag2 }}
|
ref: ${{ github.event.inputs.tag2 }}
|
||||||
fetch-depth: 0
|
fetch-depth: 1
|
||||||
|
|
||||||
- name: Setup Go
|
- name: Setup Go
|
||||||
uses: actions/setup-go@v5
|
uses: actions/setup-go@v5
|
||||||
|
|||||||
Reference in New Issue
Block a user