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