From dbb4b707494ee83e45ae03335ff439f912144159 Mon Sep 17 00:00:00 2001 From: Casey Waldren Date: Wed, 5 Jun 2024 11:47:05 -0700 Subject: [PATCH] checkout from this PR branch --- .github/workflows/check-alpine-version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-alpine-version.yml b/.github/workflows/check-alpine-version.yml index 6eaae6c5..832623b7 100644 --- a/.github/workflows/check-alpine-version.yml +++ b/.github/workflows/check-alpine-version.yml @@ -18,7 +18,7 @@ jobs: steps: - uses: actions/checkout@v4 with: - ref: ${{ matrix.branch }} + ref: ${{ github.ref }} - name: Get current Alpine version id: alpine-version