From a83be72159fc204f29398f5c280d07b99565cdf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=E1=B4=87=CA=80=C9=B4=E1=B4=85=20S=E1=B4=84=CA=9C?= =?UTF-8?q?=E1=B4=8F=CA=80=C9=A2=E1=B4=87=CA=80s?= Date: Wed, 27 Jul 2022 10:46:47 +0200 Subject: [PATCH] =?UTF-8?q?ci:=20=F0=9F=A7=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pr-validate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-validate.yaml b/.github/workflows/pr-validate.yaml index b5631d05..64c29e5b 100644 --- a/.github/workflows/pr-validate.yaml +++ b/.github/workflows/pr-validate.yaml @@ -42,7 +42,7 @@ jobs: - pr-metadata # - charts-changelog with: - checkoutCommit: ${GITHUB_SHA} + checkoutCommit: ${{ github.sha }} chartChangesDetected: ${{ needs.pr-metadata.outputs.chartChangesDetected }} chartChanges: ${{ needs.pr-metadata.outputs.addedOrModifiedCharts }}