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.
2 parents 541f368 + 5af937b commit f4811a4Copy full SHA for f4811a4
.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@39c5b5dc7717447d0cba270cd115037d32d28443
+ - uses: marocchino/sticky-pull-request-comment@67d0dec7b07ed060a405f9b2a64b8ab319fdd7db
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