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 7034b8e commit 12f41c3Copy full SHA for 12f41c3
.github/workflows/k8s_edit.yml
@@ -56,7 +56,7 @@ jobs:
56
git config --global user.name "GitHub Actions"
57
58
git add ${{ env.KUBERNETES_MANIFEST_FILE_PATH }}
59
- git commit -m "ci(${{ github.event.repository.name }}): $KUBERNETES_POD_NEW_IMAGE" || true
+ git commit -m "ci(${{ github.event.repository.name }}): ${{ env.IMAGE_TAG }}" || true
60
git push origin $AUTOMATED_RELEASE_BRANCH
61
62
PR_TITLE="ci: $AUTOMATED_RELEASE_BRANCH"
0 commit comments