From 4f39eed51ea8337956c83913bce21527c4b03c7f Mon Sep 17 00:00:00 2001 From: Declan Coughlan Date: Fri, 20 Dec 2024 00:24:10 +0000 Subject: [PATCH] Parameterise commit message for Tenant --- .github/workflows/actions/update-argo-repo/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}