From a175f02ec7d534a414d125b1a9ead81ac3035fda Mon Sep 17 00:00:00 2001 From: Slava-Shchipunov Date: Wed, 18 Sep 2024 12:51:53 +0700 Subject: [PATCH] fix: fix checkout to commit --- .github/workflows/build-to-all-latest-snapshots.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build-to-all-latest-snapshots.yml b/.github/workflows/build-to-all-latest-snapshots.yml index 6e90877..2e59378 100644 --- a/.github/workflows/build-to-all-latest-snapshots.yml +++ b/.github/workflows/build-to-all-latest-snapshots.yml @@ -55,7 +55,6 @@ jobs: fetch-depth: 0 - name: Checkout snapshot commit in openwrt repo - working-directory: ./openwrt run: git checkout ${{ env.SNAPSHOT_COMMIT_SHA}} - name: Building kernel and tools