We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39e7f13 commit 93ce6a8Copy full SHA for 93ce6a8
1 file changed
.github/workflows/release-x-manual-helm-chart.yml
@@ -117,5 +117,5 @@ jobs:
117
fi
118
cp -f ./build/index.yaml ./index.yaml
119
git add ./index.yaml
120
- git commit -m "Update index.yaml"
+ git commit -m "Update index.yaml - ${{ inputs.release_number }}"
121
git push -u origin helm-charts
0 commit comments