From b00feef539d9037dc8528eafd71bb0eabdb6e41a Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 16 Jan 2024 16:33:11 +0300 Subject: [PATCH] checkout phase repo --- .github/workflows/build.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0759a1f..a2581b4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -190,7 +190,11 @@ jobs: runs-on: ${{ matrix.platform.os }} steps: - - uses: actions/checkout@v3 + - name: Checkout + uses: actions/checkout@v3 + with: + repository: ${{github.repository}} + - name: Run both commands uses: ./ with: