From 61f2277754751eb72e0723e45ab12b821c5711ea Mon Sep 17 00:00:00 2001 From: Matt Pryor Date: Sat, 3 Feb 2024 05:24:24 +0000 Subject: [PATCH] Use correct SHA in CI --- .github/workflows/pr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 36bd5f3..1689589 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -49,7 +49,7 @@ jobs: uses: ./.github/workflows/publish-charts.yaml secrets: inherit with: - ref: ${{ github.sha }} + ref: ${{ github.event.pull_request.head.sha }} test: needs: [mirror_container_images, ensure_capi_images, publish_charts]