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