Skip to content

Commit 12f41c3

Browse files
committed
perf: include SHA in automated release commit message
1 parent 7034b8e commit 12f41c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/k8s_edit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
git config --global user.name "GitHub Actions"
5757
5858
git add ${{ env.KUBERNETES_MANIFEST_FILE_PATH }}
59-
git commit -m "ci(${{ github.event.repository.name }}): $KUBERNETES_POD_NEW_IMAGE" || true
59+
git commit -m "ci(${{ github.event.repository.name }}): ${{ env.IMAGE_TAG }}" || true
6060
git push origin $AUTOMATED_RELEASE_BRANCH
6161
6262
PR_TITLE="ci: $AUTOMATED_RELEASE_BRANCH"

0 commit comments

Comments
 (0)