From 7e099191b3103b80e241de0d79c7b67587b01e38 Mon Sep 17 00:00:00 2001 From: Devin Canterberry Date: Mon, 15 Aug 2022 14:33:33 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Specify=20commit=20hash=20in=20s?= =?UTF-8?q?ticky=20PR=20comment?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: ddelange <14880945+ddelange@users.noreply.github.com> --- .github/workflows/pr_diff.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr_diff.yaml b/.github/workflows/pr_diff.yaml index 2fe3939..f1d4759 100644 --- a/.github/workflows/pr_diff.yaml +++ b/.github/workflows/pr_diff.yaml @@ -41,7 +41,7 @@ jobs: - uses: marocchino/sticky-pull-request-comment@39c5b5dc7717447d0cba270cd115037d32d28443 with: message: | - Running a `helm template` smoketest on this branch results in the following diff against `${{ github.base_ref }}`: + Running a `helm template` smoketest on commit ${{ github.ref }} results in the following diff against `${{ github.base_ref }}`:
diff