From 6a06445830fdfbc7213f15bd8f241079897f0a49 Mon Sep 17 00:00:00 2001 From: Slava-Shchipunov Date: Wed, 18 Sep 2024 12:24:04 +0700 Subject: [PATCH] fix: fix ref --- .github/workflows/build-to-all-latest-snapshots.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-to-all-latest-snapshots.yml b/.github/workflows/build-to-all-latest-snapshots.yml index 1b1130c..81216d3 100644 --- a/.github/workflows/build-to-all-latest-snapshots.yml +++ b/.github/workflows/build-to-all-latest-snapshots.yml @@ -52,7 +52,7 @@ jobs: - uses: actions/checkout@v4 with: repository: openwrt/openwrt - ref: ${{ SNAPSHOT_COMMIT_SHA }} + ref: ${{ env.SNAPSHOT_COMMIT_SHA }} fetch-depth: 0 - name: Building kernel and tools