添加singbox测试版actions文件

This commit is contained in:
juewuy
2024-01-22 18:35:00 +08:00
parent e815a1e7f5
commit e176398e2a

View File

@@ -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