diff --git a/.github/workflows/actions/update-argo-repo/action.yaml b/.github/workflows/actions/update-argo-repo/action.yaml index 06e76839..7854d136 100644 --- a/.github/workflows/actions/update-argo-repo/action.yaml +++ b/.github/workflows/actions/update-argo-repo/action.yaml @@ -63,5 +63,5 @@ runs: git config --global user.email "actions@github.com" git config --global user.name "GitHub Actions" - git commit -m "Update API image tag" + git commit -m "Update ${{ inputs_helm_property }} image tag" git push origin ${{ inputs.gitops_branch }}