File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 6161 run : ../../.github/helm-docs.sh .
6262 working-directory : ${{ matrix.chart }}
6363
64+ - name : Print job summary
65+ if : failure()
66+ run : |
67+ echo '### Linting summary:' >> $GITHUB_STEP_SUMMARY
68+ echo '' >> $GITHUB_STEP_SUMMARY
69+ echo 'Please check our CONTRIBUTING.md sections:' >> $GITHUB_STEP_SUMMARY
70+ echo '' >> $GITHUB_STEP_SUMMARY
71+ echo "- [Bumping helm chart dependencies](${REPO_URL}/blob/main/CONTRIBUTING.md#bumping-helm-chart-dependencies)" >> $GITHUB_STEP_SUMMARY
72+ echo "- [Generating documentation](${REPO_URL}/blob/main/CONTRIBUTING.md#generating-documentation)" >> $GITHUB_STEP_SUMMARY
73+ env :
74+ REPO_URL : github.com/${{ github.repository }}
75+
6476 test :
6577 runs-on : ubuntu-latest
6678 steps :
You can’t perform that action at this time.
0 commit comments