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 ae819b1 commit bbdbb73Copy full SHA for bbdbb73
.github/workflows/release.yaml
@@ -60,7 +60,7 @@ jobs:
60
git config --local user.email "$GITHUB_ACTOR"
61
git config --local user.name "$GITHUB_ACTOR@users.noreply.github.com"
62
git add index.html
63
- git commit -m "Update Helm charts page version ${{ needs.release.outputs.changed_charts }}" || exit 0 # Don't fail if no changes
+ git commit -m "Update Helm charts page version: ${{ needs.release.outputs.changed_charts }}" || exit 0 # Don't fail if no changes
64
git push
65
66
deploy:
0 commit comments