We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60cac04 commit 8ff1707Copy full SHA for 8ff1707
.github/workflows/pr_diff.yaml
@@ -44,7 +44,7 @@ jobs:
44
echo 'HELM_DIFF<<EOF' >> $GITHUB_ENV
45
echo "$(diff -ur before after)" >> $GITHUB_ENV
46
echo 'EOF' >> $GITHUB_ENV
47
- - uses: marocchino/sticky-pull-request-comment@67d0dec7b07ed060a405f9b2a64b8ab319fdd7db
+ - uses: marocchino/sticky-pull-request-comment@d2ad0de260ae8b0235ce059e63f2949ba9e05943
48
with:
49
message: |
50
Running a `helm template` smoketest on commit ${{ github.ref }} results in the following diff against `${{ github.base_ref }}`:
0 commit comments