fix: git checkout

This commit is contained in:
Evans Mike 2023-05-05 12:32:35 +01:00
parent 01329fc87c
commit 68123040a1

View file

@ -16,16 +16,16 @@ jobs:
distro: [alpine, distroless]
runs-on: ubuntu-latest
steps:
- name: Checkout Action Repo
uses: actions/checkout@v3
with:
path: action
- name: Checkout Source Code of 'SagerNet/sing-box'
uses: actions/checkout@v3
with:
repository: 'SagerNet/sing-box'
ref: ${{ github.event.inputs.tag }}
submodules: true
- name: Checkout Action Repo
uses: actions/checkout@v3
with:
path: action
- name: Setup Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Setup QEMU for Docker Buildx